Microchip® Advanced Software Framework

abc_callbacks Struct Reference

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.

void(* abc_callbacks::sent)(struct abc_conn *ptr, int status, int num_tx)