RTI Connext C# API Version 7.2.0
Rti.Types.Dynamic.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

◆ GetHashCode()

override int Rti.Types.Dynamic.DynamicDataProperty.GetHashCode ( )
inline

Gets the hash code

◆ Equals() [1/2]

override bool Rti.Types.Dynamic.DynamicDataProperty.Equals ( object  other)

Compares for equality

◆ Equals() [2/2]

bool Rti.Types.Dynamic.DynamicDataProperty.Equals ( DynamicDataProperty  other)
inline

Compares for equality

Property Documentation

◆ BufferInitialSize

int Rti.Types.Dynamic.DynamicDataProperty.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