RTI Connext Micro C++ API Version 4.3.0
Loading...
Searching...
No Matches
NETIO_AddressEx Struct Reference

#include <netio_address.h>

Public Attributes

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.
 

Detailed Description

Member Data Documentation

◆ kind

RTI_INT32 NETIO_AddressEx::kind

The address kind.

◆ port

RTI_UINT32 NETIO_AddressEx::port

The address port.

◆ value

union NETIO_AddressValue NETIO_AddressEx::value

The transport address.

◆ data

char NETIO_AddressEx::data[NETIO_ADDRESS_MAX_8BIT]

Extended protocol specific data.