RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::DynamicDataProperty_t Class Reference

A collection of attributes used to configure DDS::DynamicData objects. More...

#include <managed_dynamicdata.h>

Public Attributes

System::Int32 buffer_initial_size
 The initial amount of memory used by this DDS::DynamicData object, in bytes.
 
System::Int32 buffer_max_size
 The maximum amount of memory that this DDS::DynamicData object may use, in bytes.
 

Detailed Description

A collection of attributes used to configure DDS::DynamicData objects.

Member Data Documentation

System::Int32 DDS::DynamicDataProperty_t::buffer_initial_size

The initial amount of memory used by this DDS::DynamicData object, in bytes.

See Also
DDS::DynamicDataProperty_t::buffer_max_size
System::Int32 DDS::DynamicDataProperty_t::buffer_max_size

The maximum amount of memory that this DDS::DynamicData object may use, in bytes.

It will grow to this size from the initial size as needed.

See Also
DDS::DynamicDataProperty_t::buffer_initial_size

RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc