XBee Firmware Library  1.6.0
Functions | Variables
pan_init.h File Reference

Functions

void node_discovery_callback (xbee_dev_t *xbee, const xbee_node_id_t *rec)
 
int sys_xbee_init (void)
 Initializes the ZigBee network. Will initailize or not, depending on the configuration the APS-layer (endpoint/cluster). More...
 
int sys_xbee_tick (void)
 Calls wpan_tick or xbee_dev_tick depending on the configuration of the ZigBee network. The callee will poll the underlaying hardware for new frames that will be processed by the respective frame handlers. wpan_tick also time outs expired conversations. Needs to be called often enough to keep up with inbound bytes. More...
 

Variables

xbee_dev_t xdev
 

Function Documentation

void node_discovery_callback ( xbee_dev_t xbee,
const xbee_node_id_t rec 
)
int sys_xbee_init ( void  )

Initializes the ZigBee network. Will initailize or not, depending on the configuration the APS-layer (endpoint/cluster).

Parameters
[in]xbeeXBee device to configure.
Return values
0on success, error code otherwise.

Variable Documentation

xbee_dev_t xdev