XBee adaption for Network interface API. More...
XBee adaption for Network interface API.
Definition in file gnrc_netif_xbee.h.
#include "net/gnrc/netif.h"
 Include dependency graph for gnrc_netif_xbee.h:Go to the source code of this file.
| int | gnrc_netif_xbee_create (gnrc_netif_t *netif, char *stack, int stacksize, char priority, char *name, netdev_t *dev) | 
| Creates an Xbee network interface.  More... | |
| int gnrc_netif_xbee_create | ( | gnrc_netif_t * | netif, | 
| char * | stack, | ||
| int | stacksize, | ||
| char | priority, | ||
| char * | name, | ||
| netdev_t * | dev | ||
| ) | 
Creates an Xbee network interface.
| [out] | netif | The interface. May not be NULL.  | 
| [in] | stack | The stack for the network interface's thread. | 
| [in] | stacksize | Size of stack.  | 
| [in] | priority | Priority for the network interface's thread. | 
| [in] | name | Name for the network interface. May be NULL. | 
| [in] | dev | Device for the interface. |