|
RTI Connext Java API
Version 6.0.1
|
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) |
Contains the class_id and message_size_max of an installed transport.
| TransportInfo_t | ( | ) |
Constructor with default values.
| TransportInfo_t | ( | TransportInfo_t | src | ) |
Copy constructor.
| 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.