FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / DeviceHandle Property


In This Topic
    DeviceHandle Property
    In This Topic
    Gets a pointer to a variable containing the handle of the USB device. The handle will be used with many of the commands to read from and/or write to the USB device.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeviceHandle As IntPtr
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As IntPtr
     
    value = instance.DeviceHandle
    public IntPtr DeviceHandle {get;}

    Property Value

    Type: System.IntPtr
    The value must be between 0 and System.Int32.MaxValue.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also