Parses a received report.
Namespace: HidSharp.Reports.Input
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
Parameters
- buffer
- Type:System.Byte[]
The buffer to read the report from. - offset
- Type: System.Int32
The offset to begin reading the report at. - report
- Type: HidSharp.Reports.Report
Report the buffer conforms to.
Return Value
Type: Booleantrue if the report is for this DeviceItem.
See Also