RTI Connext .Net APIs
Version 5.0.0
|
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. | |
A collection of attributes used to configure DDS::DynamicData objects.
System::Int32 DDS::DynamicDataProperty_t::buffer_initial_size |
The initial amount of memory used by this DDS::DynamicData object, in bytes.
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.