|
Contiki-NG
|
The structure of a network driver in Contiki. More...
#include <os/net/netstack.h>
Data Fields | |
| void(* | init )(void) |
| Initialize the network driver. | |
| void(* | input )(void) |
| Callback for getting notified of incoming packet in packetbuf. More... | |
| uint8_t(* | output )(const linkaddr_t *localdest) |
| Output funtion, sends from uipbuf. More... | |
The structure of a network driver in Contiki.
Definition at line 117 of file netstack.h.
| void(* network_driver::input) (void) |
Callback for getting notified of incoming packet in packetbuf.
Definition at line 124 of file netstack.h.
| uint8_t(* network_driver::output) (const linkaddr_t *localdest) |
Output funtion, sends from uipbuf.
Definition at line 127 of file netstack.h.
1.8.13