Contiki 3.x
|
Callback structure for broadcast. More...
#include <core/net/rime/broadcast.h>
Data Fields | |
void(* | recv )(struct broadcast_conn *ptr, const linkaddr_t *sender) |
Called when a packet has been received by the broadcast module. More... | |
Callback structure for broadcast.
Definition at line 80 of file broadcast.h.
void(* broadcast_callbacks::recv)(struct broadcast_conn *ptr, const linkaddr_t *sender) |
Called when a packet has been received by the broadcast module.
Definition at line 82 of file broadcast.h.