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

Structure definition used to configure an adapter endpoint. More...

#include <adapter_api.h>

Data Fields

AdapterConnectionHandle connection_handle
 A handle to the adapter connection related to this endpoint.
 
CdiEndpointHandle cdi_endpoint_handle
 Handle of CDI endpoint associated with this adapter endpoint.
 
MessageFromEndpoint msg_from_endpoint_func_ptr
 Address of function used to queue messages from this endpoint.
 
void * msg_from_endpoint_param_ptr
 Pointer to parameter passed to queue message function.
 
CdiAdapterEndpointStatsendpoint_stats_ptr
 Address where to write adapter endpoint statistics.
 
const char * remote_address_str
 A string representing a remote host's IP address in dotted decimal format. Only applies to send type endpoints.
 
int port_number
 For send type endpoints, the port number on the remote host to connect to. For receive type endpoints, the port number on the local host to listen to.
 
const char * bind_address_str
 A string representing the IP address to bind to in dotted decimal format.
 

Detailed Description

Structure definition used to configure an adapter endpoint.


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