| 
    CDI SDK
    
   SDK for transporting chunks of data reliably and with low latency using a polled mode network driver. 
   | 
 
A structure used to configure a transmit payload. More...
#include <cdi_core_api.h>
Data Fields | |
| CdiCoreExtraData | core_extra_data | 
| Extra data that was sent along with the payload.  | |
| CdiUserCbParameter | user_cb_param | 
| User defined callback parameter specified when using one of the Cdi...Tx...Payload() API functions. This allows the application to associate a TX payload to a single TX registered user callback function.  | |
| int | unit_size | 
| The size in bits of the units being transferred. This ensures a single unit is not split across sgl entries. As an example a 10 bit pixel would be set to 10 to ensure that no pixels are split.  | |
A structure used to configure a transmit payload.