DeviceHandle Field

Beta Innovations USB SDK .NET/COM

The read/write handle for the device. This is a unique value and changes with each call to DetectHID.

Namespace:  BIUSBWrapper
Assembly:  BIUSBWrapper (in BIUSBWrapper.dll)

Syntax

Visual Basic (Declaration)
Public DeviceHandle As IntPtr
C#
public IntPtr DeviceHandle

See Also