RTI Connext Java API  Version 6.1.2

Contains the class_id and message_size_max of an installed transport. More...

Inherits Struct.

Public Member Functions

 TransportInfo_t ()
 Constructor with default values. More...
 
 TransportInfo_t (TransportInfo_t src)
 Copy constructor. More...
 

Public Attributes

int class_id
 The class_id identifies the transport associated with the message_size_max. More...
 
int message_size_max
 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

Contains the class_id and message_size_max of an installed transport.

Constructor & Destructor Documentation

◆ TransportInfo_t() [1/2]

Constructor with default values.

Referenced by TransportInfo_t.TransportInfo_t().

◆ TransportInfo_t() [2/2]

Member Data Documentation

◆ class_id

int class_id

The class_id identifies the transport associated with the message_size_max.

Referenced by TransportInfo_t.TransportInfo_t().

◆ message_size_max

int message_size_max

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

Referenced by TransportInfo_t.TransportInfo_t().