NeighborInfo$json top-level constant
Implementation
@$core.Deprecated('Use neighborInfoDescriptor instead')
const NeighborInfo$json = {
'1': 'NeighborInfo',
'2': [
{'1': 'node_id', '3': 1, '4': 1, '5': 13, '10': 'nodeId'},
{'1': 'last_sent_by_id', '3': 2, '4': 1, '5': 13, '10': 'lastSentById'},
{
'1': 'node_broadcast_interval_secs',
'3': 3,
'4': 1,
'5': 13,
'10': 'nodeBroadcastIntervalSecs'
},
{
'1': 'neighbors',
'3': 4,
'4': 3,
'5': 11,
'6': '.meshtastic.Neighbor',
'10': 'neighbors'
},
],
};