Contiki 2.6

broadcast_callbacks Struct Reference

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.

Detailed Description

Callback structure for broadcast.

Examples:

example-broadcast.c.

Definition at line 81 of file broadcast.h.


Field Documentation

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.