pub type KwpCommandByte = ByteWrapper<KwpCommand>;
Expand description

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

Aliased Type§

enum KwpCommandByte {
    Standard(KwpCommand),
    Extended(u8),
}

Variants§

§

Standard(KwpCommand)

§

Extended(u8)