MeshPacket_Priority$json top-level constant
Implementation
@$core.Deprecated('Use meshPacketDescriptor instead')
const MeshPacket_Priority$json = {
'1': 'Priority',
'2': [
{'1': 'UNSET', '2': 0},
{'1': 'MIN', '2': 1},
{'1': 'BACKGROUND', '2': 10},
{'1': 'DEFAULT', '2': 64},
{'1': 'RELIABLE', '2': 70},
{'1': 'RESPONSE', '2': 80},
{'1': 'HIGH', '2': 100},
{'1': 'ALERT', '2': 110},
{'1': 'ACK', '2': 120},
{'1': 'MAX', '2': 127},
],
};