RTI Connext C# API  6.1.0
TransportMulticastSettingsBuilder Class Reference

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

Public Member Functions

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

Properties

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

Detailed Description

A modifiable type used to create an immutable TransportMulticastSettings

Constructor & Destructor Documentation

◆ TransportMulticastSettingsBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Creates a new TransportMulticastSettings immutable object from this one.

Property Documentation

◆ ReceiveAddress

string ReceiveAddress
getset

The multicast group address on which the entity can receive data.

The full documentation is available in the C API: DDS_TransportMulticastSettings_t::receive_address

◆ ReceivePort

int ReceivePort
getset

The multicast port on which the entity can receive data.

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

◆ Transports

ImmutableList<string>.Builder Transports
getset

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

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