#include <libhpsangoma.h>
Public Attributes | |
void * | p |
int(* | rx_data )(void *p, char *data, int len) |
int(* | rx_event )(void *p, hp_tdmapi_rx_event_t *data) |
Definition at line 101 of file libhpsangoma.h.
pointer to user object used with callback functions
Definition at line 104 of file libhpsangoma.h.
int(* sangoma_hptdm_chan_reg::rx_data)(void *p, char *data, int len) |
callback function used to pass rx chunk to user application
int(* sangoma_hptdm_chan_reg::rx_event)(void *p, hp_tdmapi_rx_event_t *data) |
callback function used to pass channel specific event to user application