byteMap property
Map<int, CommandType>
get
byteMap
Byte to CommandType map.
Implementation
static Map<int, CommandType> get byteMap => const {
0x01: CommandType.connect,
0x02: CommandType.bind,
0x03: CommandType.associate,
};