RTI Connext C++ API  Version 5.1.0
DDS_TransportInfo_t Struct Reference

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

Public Attributes

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

Detailed Description

Contains the class_id and message_size_max of an installed transport.

Member Data Documentation

NDDS_Transport_ClassId_t DDS_TransportInfo_t::class_id

The class_id identifies the transport associated with the message_size_max.

DDS_Long DDS_TransportInfo_t::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 C++ API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc