Digi XBee(R) ANSI C Host Library
|
Header for working with XBee modules in AT command mode instead of API mode. More...
Go to the source code of this file.
Functions | |
int | xbee_atmode_enter (xbee_dev_t *xbee) |
int | xbee_atmode_exit (xbee_dev_t *xbee) |
int | xbee_atmode_tick (xbee_dev_t *xbee) |
int | xbee_atmode_send_request (xbee_dev_t *xbee, const char FAR *command) |
int | xbee_atmode_read_response (xbee_dev_t *xbee, char FAR *response, int resp_size, int FAR *bytesread) |
Header for working with XBee modules in AT command mode instead of API mode.