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


In This Topic
    Get_Firmware_Month Method
    In This Topic
    Get_Firmware_Month is a Function that returns a value representing the Month that the Firmware was created.
    Syntax
    'Declaration
     
    
    Public Function Get_Firmware_Month( _
       ByVal DeviceHandle As IntPtr _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim value As String
     
    value = instance.Get_Firmware_Month(DeviceHandle)
    public string Get_Firmware_Month( 
       IntPtr DeviceHandle
    )

    Parameters

    DeviceHandle

    Return Value

    If successful, The Return Value will be:

    Return Value = (00H); The Month is Invalid

    Return Value = (01H); The Month is January

    Return Value = (02H); The Month is February

    Return Value = (03H); The Month is March

    Return Value = (04H); The Month is April

    Return Value = (05H); The Month is May

    Return Value = (06H); The Month is June

    Return Value = (07H); The Month is July

    Return Value = (08H); The Month is August

    Return Value = (09H); The Month is September

    Return Value = (0AH); The Month is October

    Return Value = (0BH); The Month is November

    Return Value = (0CH); The Month is December

    Return Value = (0DH); The Month is Invalid

    Return Value = (0EH); The Month is Invalid

    Return Value = (0FH); The Month is Invalid

    If Unsuccessful, the Return Value will be:

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

    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also