XBee_TXStatus Struct Reference
[XBee Packet Types]

When a transmit request is completed, the module sends a transmit status message. More...


Data Fields

uint8 frameID
 the ID that this response is referring to.
uint8 status
 can have values of:
  • 0 - success
  • 1 - No ACK received
  • 2 - CCA failure
  • 3 - Purged.


Detailed Description

When a transmit request is completed, the module sends a transmit status message.

Definition at line 103 of file xbee.h.


Field Documentation

the ID that this response is referring to.

Definition at line 105 of file xbee.h.

can have values of:

  • 0 - success
  • 1 - No ACK received
  • 2 - CCA failure
  • 3 - Purged.

Definition at line 106 of file xbee.h.