Digi XBee(R) ANSI C Host Library
|
Files | |
file | tx_status.h |
file | xbee_tx_status.c |
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... | |
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.
View the documentation of xbee_frame_handler_fn() for this function's parameters and return value.
References FAR, and XBEE_UNUSED_PARAMETER.