Expand description
Generic message types for the library.
Modules
- Common indices in message buffers.
Enums
- Message variant types
Constants
- Single byte indicating the start of a packet, defined as 0x7F. If any other part of the packet contains 0x7F, the last step before transmission the byte should be repeated (0x7F becomes 0x7F 0x7F) to indicate it is not a STX byte; this is called byte stuffing.
Traits
- Generic functions for Command type messages.
- Generic message functions common to all message types.
- Generic functions for Response type messages.