#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. |
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.