...
- ACOMMS_RECEIVED_DATA - binary string type - contains all the received data. Data from multiple frames is concatenated together, even if frames in the middle are missing.
- ACOMMS_BAD_FRAMES - string type - comma delimited list of bad frame indices
- ACOMMS_SOURCE_ID - double type - integer ID of the transmitting modem
- ACOMMS_DEST_ID - double type - integer ID of the destination modem (0 = broadcast)
- ACOMMS_RATE - double type - integer rate of the transmission
- ACOMMS_RECEIVED_STATUS - double type - integer indicated status. 0=good, 1=partial, 2=bad
- ACOMMS_REQUEST_ACK _REQUESTED - double type - 1=true, 0=false
...