FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / Version_of_Board Method
Type: System.IntPtr
The handle associated with the USB device.


In This Topic
    Version_of_Board Method
    In This Topic
    Gets the version of board from the USB device.
    Syntax
    'Declaration
     
    
    Public Function Version_of_Board( _
       ByVal DeviceHandle As IntPtr _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim value As String
     
    value = instance.Version_of_Board(DeviceHandle)
    public string Version_of_Board( 
       IntPtr DeviceHandle
    )

    Parameters

    DeviceHandle
    Type: System.IntPtr
    The handle associated with the USB device.

    Return Value

    Type: System.String
    A value equal to 0; otherwise Error
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also