RTI Connext C# API Version 7.2.0
Rti.Dds.Core.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()

Rti.Dds.Core.TransportInfoBuilder.TransportInfoBuilder ( TransportInfo  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

TransportInfo Rti.Dds.Core.TransportInfoBuilder.Build ( )

Creates a new TransportInfo immutable object from this one.

Property Documentation

◆ ClassId

TransportClassId Rti.Dds.Core.TransportInfoBuilder.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 Rti.Dds.Core.TransportInfoBuilder.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