Report MembersHIDSharp

The Report type exposes the following members.
Constructors

  NameDescription
Public methodReport
Initializes a new instance of the Report class.
Back to Top
Methods

  NameDescription
Public methodClear
Resets the instance to its initial state.
Public methodScan
Reads a HID report, calling back a provided function for each segment.
Public methodWrite
Writes a HID report, calling back a provided function for each segment.
Back to Top
Properties

  NameDescription
Public propertyID
The Report ID.
Public propertyLength
The length of this particular report. The Report ID is not included in this length.
Public propertySegments
Public propertyType
Back to Top
See Also