Module protocol

Source

Structs§

ProtocolV1
The original binary protocol.
ProtocolV2
V2 of the binary protocol. This version is currently not in use by any device and is subject to change.

Traits§

Link
A link represents a serial connection to send and receive byte chunks from and to a device.
Protocol
A protocol is used to encode messages in chunks that can be sent to the device and to parse chunks into messages.