pub type WirelessMessagePart = Vec<u8>;
Expand description

Part of an application level message of arbitrary length, 1-N of these for a whole message

Aliased Type§

struct WirelessMessagePart { /* private fields */ }