RTI Connext .Net APIs  Version 5.3.1
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. 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...
 

Detailed Description

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

Member Data Documentation

◆ buffer_initial_size

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

◆ 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

◆ string_character_encoding

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


RTI Connext .Net APIs Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc