Additional IPSC Message Types
Thanks Mark M for the additional IPSC message types discovered!
This commit is contained in:
parent
52a2b26c0a
commit
7850ec8f85
@ -8,6 +8,14 @@
|
||||
|
||||
# Known IPSC Message Types
|
||||
CALL_CONFIRMATION = '\x05' # Confirmation FROM the recipient of a confirmed call.
|
||||
RADIO_CHK_SUCCESS = '\x48'
|
||||
RADIO_DISABLE_REQ = '\x49'
|
||||
RADIO_DISABLE_RX = '\x4A'
|
||||
RADIO_ENABLE_REQ = '\x4B'
|
||||
RADIO_ENABLE_RX = '\x4C'
|
||||
REMOTE_MON_REQ = '\x4D'
|
||||
REMOTE_MOX_RX = '\x4E'
|
||||
TXT_MESSAGE_ACK = '\x54' # Doesn't seem to mean success, though. This code is sent success or failure
|
||||
CALL_MON_STATUS = '\x61' # |
|
||||
CALL_MON_RPT = '\x62' # | Exact meaning unknown
|
||||
CALL_MON_NACK = '\x63' # |
|
||||
|
Loading…
x
Reference in New Issue
Block a user