Neighbor$json top-level constant

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

Implementation

@$core.Deprecated('Use neighborDescriptor instead')
const Neighbor$json = {
  '1': 'Neighbor',
  '2': [
    {'1': 'node_id', '3': 1, '4': 1, '5': 13, '10': 'nodeId'},
    {'1': 'snr', '3': 2, '4': 1, '5': 2, '10': 'snr'},
    {'1': 'last_rx_time', '3': 3, '4': 1, '5': 7, '10': 'lastRxTime'},
    {
      '1': 'node_broadcast_interval_secs',
      '3': 4,
      '4': 1,
      '5': 13,
      '10': 'nodeBroadcastIntervalSecs'
    },
  ],
};