RTI Connext Java API  Version 5.1.0
TransportInfo_t Class Reference

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

Inherits Struct.

Public Member Functions

 TransportInfo_t ()
 Constructor with default values.
 
 TransportInfo_t (TransportInfo_t src)
 Copy constructor.
 
- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 

Public Attributes

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

Additional Inherited Members

- Protected Member Functions inherited from Struct
 Struct ()
 
abstract void pull_from_nativeI (long native_status)
 
abstract void push_to_nativeI (long native_status)
 

Detailed Description

Contains the class_id and message_size_max of an installed transport.

Constructor & Destructor Documentation

Constructor with default values.

Copy constructor.

Member Data Documentation

int class_id

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


RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc