Method | Description | |
---|---|---|
GetReportDescriptor ( ) : byte[] |
Returns the raw report descriptor of the USB device. Currently this is only supported on Linux.
|
|
Open ( ) : |
Makes a connection to the USB HID class device, or throws an exception if the connection cannot be made.
|
|
ToString ( ) : string | ||
TryOpen ( |
Tries to make a connection to the USB HID class device.
|
public TryOpen ( |
||
stream | The stream to use to communicate with the device. | |
return | bool |