|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
A structure of this type is passed as the parameter to CdiFifoFullCallback(). More...
#include <fifo_api.h>
Data Fields | |
| CdiFifoHandle | fifo_handle |
| FIFO handle. | |
| CdiUserCbParameter | fifo_user_cb_param |
| User defined callback parameter. | |
| const void * | new_item_data_ptr |
| Pointer to item trying to be written to FIFO. | |
| void * | head_item_data_ptr |
| Pointer to current head data item in FIFO. | |
| void * | tail_item_data_ptr |
| Pointer to current tail data item in FIFO. | |
A structure of this type is passed as the parameter to CdiFifoFullCallback().