ReportWrite Method (ReportScanCallback)

HIDSharp
Writes a HID report, calling back a provided function for each data item.

Namespace:  HidSharp.Reports
Assembly:  HidSharp (in HidSharp.dll) Version: 2.6.3
Syntax

public byte[] Write(
	ReportScanCallback callback
)

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: Byte
See Also

Reference