HidDevice Methods

HidSharp

HidDevice Methods HIDSharp
The HidDevice type exposes the following members.
Methods

  NameDescription
Public methodGetReportDescriptor
Returns the raw report descriptor of the USB device. Currently this is only supported on Linux.
Public methodOpen
Makes a connection to the USB HID class device, or throws an exception if the connection cannot be made.
Public methodToString
Returns a OnlineString that represents the current OnlineObject.
(Overrides OnlineObject ToString .)
Public methodTryOpen
Tries to make a connection to the USB HID class device.
Back to Top
See Also