RTI Connext C# API  6.1.2
TransportInfoBuilder Class Reference

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

Public Member Functions

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

Properties

TransportClassId ClassId [get, set]
 The class_id identifies the transport associated with the message_size_max. More...
 
int MessageSizeMax [get, set]
 The maximum size of an RTPS message in bytes that can be sent or received by the transport plugin identified by the class_id. More...
 

Detailed Description

A modifiable type used to create an immutable TransportInfo

Constructor & Destructor Documentation

◆ TransportInfoBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

TransportInfo Build ( )

Creates a new TransportInfo immutable object from this one.

Property Documentation

◆ ClassId

TransportClassId ClassId
getset

The class_id identifies the transport associated with the message_size_max.

The full documentation is available in the C API: DDS_TransportInfo_t::class_id

◆ MessageSizeMax

int MessageSizeMax
getset

The maximum size of an RTPS message in bytes that can be sent or received by the transport plugin identified by the class_id.

The full documentation is available in the C API: DDS_TransportInfo_t::message_size_max