Digi XBee(R) ANSI C Host Library
|
Go to the source code of this file.
Data Structures | |
struct | xbee_frame_tx_status_t |
< XBEE_FRAME_TX_STATUS (0x89) More... | |
Macros | |
#define | XBEE_FRAME_TX_STATUS 0x89 |
Indicates the success or failure of a transmit operation. [Wi-Fi, Cellular]. | |
Functions | |
int | xbee_frame_dump_tx_status (xbee_dev_t *xbee, const void FAR *frame, uint16_t length, void FAR *context) |
Frame handler for 0x89 (XBEE_FRAME_TX_STATUS) frames – dumps transmit status to STDOUT for debugging purposes. More... | |