RTI Connext C# API  6.1.0
TransportUnicastSettingsBuilder Class Reference

A modifiable type used to create an immutable TransportUnicastSettings More...

Public Member Functions

 TransportUnicastSettingsBuilder (TransportUnicastSettings data)
 Creates a builder with the values of an existing immutable instance More...
 
TransportUnicastSettings Build ()
 Creates a new TransportUnicastSettings immutable object from this one. More...
 

Properties

ImmutableList< string >.Builder Transports [get, set]
 A sequence of transport aliases that specifies the unicast interfaces on which to receive unicast traffic for the entity. More...
 
int ReceivePort [get, set]
 The unicast port on which the entity can receive data. More...
 

Detailed Description

A modifiable type used to create an immutable TransportUnicastSettings

Constructor & Destructor Documentation

◆ TransportUnicastSettingsBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Creates a new TransportUnicastSettings immutable object from this one.

Property Documentation

◆ ReceivePort

int ReceivePort
getset

The unicast port on which the entity can receive data.

The full documentation is available in the C API: DDS_TransportUnicastSettings_t::receive_port

◆ Transports

ImmutableList<string>.Builder Transports
getset

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

The full documentation is available in the C API: DDS_TransportUnicastSettings_t::transports