Writes a HID report, calling back a provided function for each data item.
Namespace: HidSharp.Reports
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
Parameters
- callback
- Type: HidSharp.ReportsReportScanCallback
This callback will be called for each report data item. Write to each data item to write a complete HID report.
Return Value
Type: ByteSee Also