HidDevice Methods | HIDSharp |
The HidDevice type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | GetReportDescriptor |
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 | (Overrides ![]() |
![]() | TryOpen |
Tries to make a connection to the USB HID class device.
|
See Also