RTI Connext C# API  6.1.2
TransportBuiltinBuilder Class Reference

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

Public Member Functions

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

Properties

TransportBuiltinMask Mask [get, set]
 Specifies the built-in transports that are registered automatically when the Domain.DomainParticipant is enabled. More...
 

Detailed Description

A modifiable type used to create an immutable TransportBuiltin

Constructor & Destructor Documentation

◆ TransportBuiltinBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

TransportBuiltin Build ( )

Creates a new TransportBuiltin immutable object from this one.

Property Documentation

◆ Mask

TransportBuiltinMask Mask
getset

Specifies the built-in transports that are registered automatically when the Domain.DomainParticipant is enabled.

The full documentation is available in the C API: DDS_TransportBuiltinQosPolicy::mask