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