Parses a received report.
Namespace: HidSharp.Reports.Input
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
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: Booleantrue if the report is for this DeviceItem.
See Also