|
OSAPI
0.29
Open System API
|
10 #ifndef OSAPI_COM_TYPE_ENDPOINT_H_
11 #define OSAPI_COM_TYPE_ENDPOINT_H_
22 #include <common/common_types.h>
23 #include "general/general_protocol.h"
24 #include "com/type/com_type_tcp.h"
union osapi_connection_endpoint_S::osapi_connection_endpoint_U ep
Connection Endpoint.
int t_protocol
Definition of a protocol type.
Definition: general_types.h:64
Superset of all supported protocol information for the endpoint (based on the protocol field)
Definition: com_type_endpoint.h:38
Define a generic connection endpoint type.
Definition: com_type_endpoint.h:33
t_ip ep_ip
Connection IP information.
Definition: com_type_endpoint.h:40
Define a generic TCP connection type.
Definition: com_type_tcp.h:36
t_protocol protocol
Connection protocol.
Definition: com_type_endpoint.h:35
t_tcp ep_tcp
Connection TCP information.
Definition: com_type_endpoint.h:41
Structure to support IP information.
Definition: common_types_ip.h:96