DDS::DynamicDataProperty_t Class Reference
[Dynamic Data]

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

#include <managed_dynamicdata.h>

List of all members.

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

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

See also:
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 Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc