Contiki 2.6
|
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. |
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.