Report ClassHIDSharp
Reads and writes HID reports.
Inheritance Hierarchy

SystemObject
  HidSharp.ReportDescriptors.ParserReport

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0-alpha
Syntax

public class Report

The Report type exposes the following members.

Constructors

  NameDescription
Public methodReport
Initializes a new instance of the Report class.
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.
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
Top
See Also

Reference