XModem_Control$json top-level constant
Implementation
@$core.Deprecated('Use xModemDescriptor instead')
const XModem_Control$json = {
'1': 'Control',
'2': [
{'1': 'NUL', '2': 0},
{'1': 'SOH', '2': 1},
{'1': 'STX', '2': 2},
{'1': 'EOT', '2': 4},
{'1': 'ACK', '2': 6},
{'1': 'NAK', '2': 21},
{'1': 'CAN', '2': 24},
{'1': 'CTRLZ', '2': 26},
],
};