CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
CdiRawRxCbData Struct Reference

A structure of this type is passed as the parameter to CdiRawRxCallback(). It contains a single payload sent from a transmitter. More...

#include <cdi_raw_api.h>

Data Fields

CdiCoreCbData core_cb_data
 Core common data shared between registered user TX/RX callback functions.
 
CdiSgList sgl
 If no error occurred, the payload's data as a scatter-gather list. If the payload is in linear format, there will only be one element in this list. If an error occurred, this list will have zero entries.
 

Detailed Description

A structure of this type is passed as the parameter to CdiRawRxCallback(). It contains a single payload sent from a transmitter.


The documentation for this struct was generated from the following file: