meshcore.js
ReferenceVariables

ResponseCode

const ResponseCode: object;

Defined in: packages/protocol/src/constants.ts:27

First byte of a radio → app response (below 0x80).

Type Declaration

BattAndStorage

readonly BattAndStorage: 12 = 12;

ChannelInfo

readonly ChannelInfo: 18 = 18;

ChannelMsgRecv

readonly ChannelMsgRecv: 8 = 8;

ChannelMsgRecvV3

readonly ChannelMsgRecvV3: 17 = 17;

Contact

readonly Contact: 3 = 3;

ContactMsgRecv

readonly ContactMsgRecv: 7 = 7;

ContactMsgRecvV3

readonly ContactMsgRecvV3: 16 = 16;

ContactsStart

readonly ContactsStart: 2 = 2;

CurrTime

readonly CurrTime: 9 = 9;

DeviceInfo

readonly DeviceInfo: 13 = 13;

Disabled

readonly Disabled: 15 = 15;

EndOfContacts

readonly EndOfContacts: 4 = 4;

Err

readonly Err: 1 = 1;

ExportContact

readonly ExportContact: 11 = 11;

NoMoreMessages

readonly NoMoreMessages: 10 = 10;

Ok

readonly Ok: 0 = 0;

SelfInfo

readonly SelfInfo: 5 = 5;

Sent

readonly Sent: 6 = 6;

On this page