pub type UdsCommandByte = ByteWrapper<UdsCommand>;
Expand description

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

Aliased Type§

enum UdsCommandByte {
    Standard(UdsCommand),
    Extended(u8),
}

Variants§

§

Standard(UdsCommand)

§

Extended(u8)