FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA123 Class / GetFirmwareVersionMinor Method


In This Topic
    GetFirmwareVersionMinor Method (DeviceQIA123)
    In This Topic
    Retrieves the minor version of the firmware.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetFirmwareVersionMinor() As Integer
    'Usage
     
    
    Dim instance As DeviceQIA123
    Dim value As Integer
     
    value = instance.GetFirmwareVersionMinor()
    public override int GetFirmwareVersionMinor()

    Return Value

    The minor version of the firmware.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also