|
Contiki 2.5
|
The structure of a network driver in Contiki. More...
#include <core/net/netstack.h>
Data Fields | |
| void(* | init )(void) |
| Initialize the network driver. | |
| void(* | input )(void) |
| Callback for getting notified of incoming packet. More... | |
The structure of a network driver in Contiki.
Definition at line 108 of file netstack.h.
| void(* network_driver::input)(void) |
Callback for getting notified of incoming packet.
Definition at line 115 of file netstack.h.
1.8.3.1