Microchip® Advanced Software Framework

    Header file for the Rime module Anonymous BroadCast (abc)
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se
#include "net/packetbuf.h"
#include "net/rime/channel.h"

Data Structures

struct  abc_callbacks
 Callback structure for abc. More...
 
struct  abc_conn
 

Macros

#define ABC_ATTRIBUTES
 

Functions

void abc_close (struct abc_conn *c)
 Close an abc connection. More...
 
void abc_input (struct channel *channel)
 Internal Rime function: Pass a packet to the abc layer. More...
 
void abc_open (struct abc_conn *c, uint16_t channel, const struct abc_callbacks *u)
 Set up an anonymous best-effort broadcast connection. More...
 
int abc_send (struct abc_conn *c)
 Send an anonymous best-effort broadcast packet. More...
 
void abc_sent (struct channel *channel, int status, int num_tx)