Contiki 2.6

abc_callbacks Struct Reference

Callback structure for abc. More...

#include <core/net/rime/abc.h>

Data Fields

void(* recv )(struct abc_conn *ptr)
 Called when a packet has been received by the abc module.

Detailed Description

Callback structure for abc.

Definition at line 72 of file abc.h.


Field Documentation

void(* abc_callbacks::recv)(struct abc_conn *ptr)

Called when a packet has been received by the abc module.

Definition at line 74 of file abc.h.