RTI Connext C# API  6.1.0
DynamicDataProperty Class Reference

A collection of attributes used to optionally configure a DynamicData object in its constructor. More...

Inherits IEquatable< DynamicDataProperty >.

Public Member Functions

override int GetHashCode ()
 Gets the hash code More...
 
override bool Equals (object other)
 Compares for equality More...
 
bool Equals (DynamicDataProperty other)
 Compares for equality More...
 

Properties

int BufferInitialSize [get, set]
 The initial amount of memory used by the underlying DynamicData buffer, in bytes. More...
 

Detailed Description

A collection of attributes used to optionally configure a DynamicData object in its constructor.

Member Function Documentation

◆ Equals() [1/2]

bool Equals ( DynamicDataProperty  other)

Compares for equality

◆ Equals() [2/2]

override bool Equals ( object  other)

Compares for equality

◆ GetHashCode()

override int GetHashCode ( )

Gets the hash code

Property Documentation

◆ BufferInitialSize

int BufferInitialSize
getset

The initial amount of memory used by the underlying DynamicData buffer, in bytes.

The full documentation is available in the C API: DDS_DynamicDataProperty_t::buffer_initial_size