DeviceOpen Method

HIDSharp
Makes a connection to the device, or throws an exception if the connection cannot be made.

Namespace:  HidSharp
Assembly:  HidSharp (in HidSharp.dll) Version: 2.6.3
Syntax

public DeviceStream Open()

Return Value

Type: DeviceStream
The stream to use to communicate with the device.
See Also

Reference