Skip to content

PUSH

const PUSH: object;

Defined in: src/protocol/codes.ts:307

readonly ADVERT: 128 = 0x80;
readonly BINARY_RESPONSE: 140 = 0x8c;
readonly CONTACT_DELETED: 143 = 0x8f;
readonly CONTACTS_FULL: 144 = 0x90;
readonly CONTROL_DATA: 142 = 0x8e;
readonly LOGIN_FAIL: 134 = 0x86;
readonly LOGIN_SUCCESS: 133 = 0x85;
readonly MSG_WAITING: 131 = 0x83;
readonly NEW_ADVERT: 138 = 0x8a;
readonly PATH_DISCOVERY_RESPONSE: 141 = 0x8d;
readonly PATH_UPDATED: 129 = 0x81;
readonly RAW_DATA: 132 = 0x84;
readonly SEND_CONFIRMED: 130 = 0x82;
readonly STATUS_RESPONSE: 135 = 0x87;
readonly TELEMETRY_RESPONSE: 139 = 0x8b;
readonly TRACE_DATA: 137 = 0x89;