Report ClassHIDSharp
Reads and writes HID reports.
Inheritance Hierarchy

SystemObject
  HidSharp.ReportsReport

Namespace: HidSharp.Reports
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
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 methodGetAllUsages
Public methodRead(Byte, Int32, ReportScanCallback)
Reads a HID report, calling back a provided function for each data item.
Public methodRead(Byte, Int32, ReportValueCallback)
Public methodWrite(ReportScanCallback)
Writes a HID report, calling back a provided function for each data item.
Public methodWrite(Byte, Int32, ReportScanCallback)
Top
Properties

  NameDescription
Public propertyDataItems
Public propertyDeviceItem
Public propertyLength
The length of this particular report. The Report ID is included in this length.
Public propertyReportID
The Report ID.
Public propertyReportType
Top
See Also

Reference