pub type CommunicationLevelByte = ByteWrapper<CommunicationLevel>;
Expand description

Store a single byte, either as a Standard(CommunicationLevel), or as an Extended(u8).

Aliased Type§

enum CommunicationLevelByte {
    Standard(CommunicationLevel),
    Extended(u8),
}

Variants§

§

Standard(CommunicationLevel)

§

Extended(u8)