[−][src]Module hid_io::protocol::hidio
hidio packet encoder/decoder
Structs
| HIDIOPacketBuffer | HID-IO Packet Buffer Struct |
| HIDIOParseError | HID-IO Parse Error |
Enums
| HIDIOCommandID | Requests for to perform a specific action |
| HIDIOPacketType | HID-IO Packet Types |
| HIDIOPropertyID | Requests for a specific piece of info |
| HostOSID | Platforms as a numeric id |
Functions
| continued_packet | Determines whether there are following continued packets |
| packet_id | Determines packet id from a byte stream |
| packet_id_width | Determines id_width from a byte stream |
| packet_type | Determines the packet type from a byte stream |
| payload_len | Determines payload of packet from a byte stream |
| payload_start | Determines the starting position of the payload data |