XModem$json top-level constant

  1. @Deprecated('Use xModemDescriptor instead')
Map<String, Object> const XModem$json

Implementation

@$core.Deprecated('Use xModemDescriptor instead')
const XModem$json = {
  '1': 'XModem',
  '2': [
    {
      '1': 'control',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.meshtastic.XModem.Control',
      '10': 'control'
    },
    {'1': 'seq', '3': 2, '4': 1, '5': 13, '10': 'seq'},
    {'1': 'crc16', '3': 3, '4': 1, '5': 13, '10': 'crc16'},
    {'1': 'buffer', '3': 4, '4': 1, '5': 12, '10': 'buffer'},
  ],
  '4': [XModem_Control$json],
};