RTI Connext .Net APIs
Version 5.3.1
|
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. More... | |
System::Int32 | buffer_max_size |
The maximum amount of memory that this DDS::DynamicData object may use, in bytes. More... | |
StringEncodingKind | string_character_encoding |
String encoding that this DDS::DynamicData object will use internally. More... | |
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.
StringEncodingKind DDS::DynamicDataProperty_t::string_character_encoding |
String encoding that this DDS::DynamicData object will use internally.
This DDS::DynamicData object will store IDL strings with the encoding configured by this field.
In addition, IDL strings will be serialized with this encoding when sent on the wire.
Currently, only encodings DDS::StringEncodingKind::ISO_8859_1 and DDS::StringEncodingKind::UTF_8 are supported.
[default] DDS::StringEncodingKind::UTF_8