CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
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. | |
CdiAdapterEndpointStats * | endpoint_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. | |
Structure definition used to configure an adapter endpoint.