|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
Type used to hold control interface configuration data. More...
#include <adapter_control_interface.h>
Data Fields | |
| CdiAdapterHandle | control_interface_adapter_handle |
| Handle of adapter used for control interface. | |
| MessageFromEndpoint | msg_from_endpoint_func_ptr |
| Address of function used to queue packet messages from the endpoint. | |
| void * | msg_from_endpoint_param_ptr |
| Parameter passed to queue message function. | |
| CdiLogHandle | log_handle |
| Handle of logger associated with this control interface. | |
| const char * | tx_dest_ip_addr_str |
| Tx destination IP. Only used by Tx control interface. | |
| int | port_number |
| Port number related to this control interface. | |
| const char * | bind_ip_addr_str |
| IP address to bind to. | |
Type used to hold control interface configuration data.