RTI Connext C# API  6.1.0
TransportMulticastBuilder Class Reference

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

Public Member Functions

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

Properties

ImmutableList< TransportMulticastSettings >.Builder Value [get, set]
 A sequence of multicast communications TransportMulticastSettings. More...
 
TransportMulticastKind Kind [get, set]
 A value that specifies a way to determine how to obtain the multicast address. More...
 

Detailed Description

A modifiable type used to create an immutable TransportMulticast

Constructor & Destructor Documentation

◆ TransportMulticastBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

TransportMulticast Build ( )

Creates a new TransportMulticast immutable object from this one.

Property Documentation

◆ Kind

A value that specifies a way to determine how to obtain the multicast address.

The full documentation is available in the C API: DDS_TransportMulticastQosPolicy::kind

◆ Value

ImmutableList<TransportMulticastSettings>.Builder Value
getset

A sequence of multicast communications TransportMulticastSettings.

The full documentation is available in the C API: DDS_TransportMulticastQosPolicy::value