Contiki 2.6
|
Mesh callbacks. More...
#include <core/net/rime/mesh.h>
Data Fields | |
void(* | recv )(struct mesh_conn *c, const rimeaddr_t *from, uint8_t hops) |
Called when a packet is received. | |
void(* | sent )(struct mesh_conn *c) |
Called when a packet, sent with mesh_send(), is actually transmitted. | |
void(* | timedout )(struct mesh_conn *c) |
Called when a packet, sent with mesh_send(), times out and is dropped. |
void(* mesh_callbacks::recv)(struct mesh_conn *c, const rimeaddr_t *from, uint8_t hops) |
void(* mesh_callbacks::sent)(struct mesh_conn *c) |
Called when a packet, sent with mesh_send(), is actually transmitted.
void(* mesh_callbacks::timedout)(struct mesh_conn *c) |
Called when a packet, sent with mesh_send(), times out and is dropped.