Expand description
Byte-level encoding and decoding of HID frames.
Frame is opcode-agnostic: it holds a u8 opcode and a payload slice.
Higher-level interpretation of the payload is the caller’s job
(firmware-side or host-side).
Structs§
- Frame
- One parsed HID frame.
Enums§
- Frame
Build Error - Errors returned when building a HID report.
- Frame
Parse Error - Errors returned when parsing a HID report.