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.IntPtrThe value must be between 0 and
System.Int32.MaxValue.
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also