RTI Connext C API Version 7.3.0
DDS_DynamicDataInfo Struct Reference

A descriptor for a DDS_DynamicData object. More...

Data Fields

DDS_Long member_count
 The number of data members in this DDS_DynamicData sample. More...
 
DDS_Long stored_size
 The number of bytes currently used to store the data of this DDS_DynamicData sample. More...
 

Detailed Description

A descriptor for a DDS_DynamicData object.

See also
DDS_DynamicData_get_info

Field Documentation

◆ member_count

DDS_Long DDS_DynamicDataInfo::member_count

The number of data members in this DDS_DynamicData sample.

◆ stored_size

DDS_Long DDS_DynamicDataInfo::stored_size

The number of bytes currently used to store the data of this DDS_DynamicData sample.