Contiki 2.6
|
A structure with callback functions for a polite connection. More...
#include <core/net/rime/polite.h>
Data Fields | |
void(* | recv )(struct polite_conn *c) |
Called when a packet is received on the connection. | |
void(* | sent )(struct polite_conn *c) |
Called when a packet is sent on the connection. | |
void(* | dropped )(struct polite_conn *c) |
Called when a packet is dropped because a packet was heard from a neighbor. |