Callback structure for abc.
#include <abc.h>
Data Fields | |
void(* | recv )(struct abc_conn *ptr) |
Called when a packet has been received by the abc module. More... | |
void(* | sent )(struct abc_conn *ptr, int status, int num_tx) |
void(* abc_callbacks::recv)(struct abc_conn *ptr) |
Called when a packet has been received by the abc module.