FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / Get_Firmware_Version Method


In This Topic
    Get_Firmware_Version Method
    In This Topic
    Get_Firmware_Version is a Function that returns a value representing the Firmware Version of the USB Device.
    Syntax
    'Declaration
     
    
    Public Function Get_Firmware_Version( _
       ByVal DeviceHandle As IntPtr _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim value As String
     
    value = instance.Get_Firmware_Version(DeviceHandle)
    public string Get_Firmware_Version( 
       IntPtr DeviceHandle
    )

    Parameters

    DeviceHandle

    Return Value

    If successful, The Return Value will be:

    Return Value = (00H to FFH);

    If Unsuccessful, the Return Value will be:

    Return Value = "Error"; An Error occured when attempting to Get_Firmware_Version

    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also