DeviceItemInputParserTryParseReport Method HIDSharp
Parses a received report.

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

public bool TryParseReport(
	byte[] buffer,
	int offset,
	Report report
)

Parameters

buffer
Type: SystemByte
The buffer to read the report from.
offset
Type: SystemInt32
The offset to begin reading the report at.
report
Type: HidSharp.ReportsReport
Report the buffer conforms to.

Return Value

Type: Boolean
true if the report is for this DeviceItem.
See Also

Reference