...
- 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_ACK_REQUESTED - double type - 1=true, 0=false
Unified Interface
Sometimes the simple interface is cumbersome because applications have to subscribe to many variable to get enough information about incoming acomms transmissions. With the unified interface, only one variable is required to send or receive data.
...