Reads and writes HID reports.
Inheritance Hierarchy
HidSharp.ReportsReport
Namespace: HidSharp.Reports
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
The Report type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Report |
Initializes a new instance of the Report class.
|
Methods
Name | Description | |
---|---|---|
![]() | GetAllUsages | |
![]() | Read(Byte, Int32, ReportScanCallback) |
Reads a HID report, calling back a provided function for each data item.
|
![]() | Read(Byte, Int32, ReportValueCallback) | |
![]() | Write(ReportScanCallback) |
Writes a HID report, calling back a provided function for each data item.
|
![]() | Write(Byte, Int32, ReportScanCallback) |
Properties
Name | Description | |
---|---|---|
![]() | DataItems | |
![]() | DeviceItem | |
![]() | Length |
The length of this particular report.
The Report ID is included in this length.
|
![]() | ReportID |
The Report ID.
|
![]() | ReportType |
See Also