Contiki 2.5
Data Structures | Functions
broadcast.h File Reference

    Header file for identified best-effort local area broadcast
More...

#include "net/rime/abc.h"
#include "net/rime/rimeaddr.h"

Go to the source code of this file.

Data Structures

struct  broadcast_callbacks
 Callback structure for broadcast. More...
 

Functions

void broadcast_open (struct broadcast_conn *c, uint16_t channel, const struct broadcast_callbacks *u)
 Set up an identified best-effort broadcast connection. More...
 
void broadcast_close (struct broadcast_conn *c)
 Close a broadcast connection. More...
 
int broadcast_send (struct broadcast_conn *c)
 Send an identified best-effort broadcast packet. More...
 

Detailed Description

    Header file for identified best-effort local area broadcast
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Definition in file broadcast.h.