ReportWrite Method HIDSharp
Writes a HID report, calling back a provided function for each segment.

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

public byte[] Write(
	ReportScanCallback callback
)

Parameters

callback
Type: HidSharp.ReportDescriptors.ParserReportScanCallback
This callback will be called for each report segment. Write to each segment to write a complete HID report.

Return Value

Type: Byte
See Also

Reference