|
RTI Connext Micro C API Version 4.3.0
|
#include <netio_address.h>
Data Fields | |
| RTI_INT32 | kind |
| The address kind. | |
| RTI_UINT32 | port |
| The address port. | |
| union NETIO_AddressValue | value |
| The transport address. | |
| char | data [NETIO_ADDRESS_MAX_8BIT] |
| Extended protocol specific data. | |
<<eXtension>> <<cert>> Abstract NETIO_AddressEx API.
| RTI_INT32 NETIO_AddressEx::kind |
The address kind.
| RTI_UINT32 NETIO_AddressEx::port |
The address port.
| union NETIO_AddressValue NETIO_AddressEx::value |
The transport address.
| char NETIO_AddressEx::data[NETIO_ADDRESS_MAX_8BIT] |
Extended protocol specific data.