RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::TransportUnicastSettings_t Class Reference

Type representing a list of unicast locators. More...

#include <managed_infrastructure.h>

Public Attributes

StringSeqtransports
 A sequence of transport aliases that specifies the unicast interfaces on which to receive unicast traffic for the entity.
 
System::Int32 receive_port
 The unicast port on which the entity can receive data.
 

Detailed Description

Type representing a list of unicast locators.

A unicast locator specifies a transport class, a unicast address, and a unicast port number on which messages can be received by an entity.

QoS:
DDS::TransportUnicastQosPolicy

Member Data Documentation

StringSeq ^ DDS::TransportUnicastSettings_t::transports

A sequence of transport aliases that specifies the unicast interfaces on which to receive unicast traffic for the entity.

Of the transport instances available to the entity, only those with aliases matching an alias on this sequence are used to determine the unicast interfaces used by the entity.

Thus, this list of aliases sub-selects from the transports available to the entity.

Each unicast interface on a transport results in a unicast locator for the entity.

An empty sequence is a special value that specifies all the transports available to the entity.

Alias names for the builtin transports are defined in TRANSPORT_BUILTIN.

[default] Empty sequence; i.e. all the transports available to the entity.
[range] Any sequence of non-null, non-empty strings.

System::Int32 DDS::TransportUnicastSettings_t::receive_port

The unicast port on which the entity can receive data.

Must be an unused unicast port on the system.

[default] 0, which implies that the actual port number is determined by a formula as a function of the domain_id, and the DDS::WireProtocolQosPolicy::participant_id.

[range] [0,0xffffffff]

See Also
DDS::WireProtocolQosPolicy::participant_id.

RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc