LoRaWAN base Network interface API header. More...
LoRaWAN base Network interface API header.
Definition in file lorawan_base.h.
#include "net/gnrc/netif.h"
Go to the source code of this file.
int | gnrc_netif_lorawan_create (gnrc_netif_t *netif, char *stack, int stacksize, char priority, char *name, netdev_t *dev) |
Creates a raw network interface. More... | |
int gnrc_netif_lorawan_create | ( | gnrc_netif_t * | netif, |
char * | stack, | ||
int | stacksize, | ||
char | priority, | ||
char * | name, | ||
netdev_t * | dev | ||
) |
Creates a raw 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. |