RTI Connext C# API  7.1.0
DynamicDataInfo Struct Reference

A descriptor for a DynamicData object. More...

Inherits IEquatable< DynamicDataInfo >.

Public Member Functions

override bool Equals (object other)
 Compares for equality. More...
 
override int GetHashCode ()
 Gets the hashcode. More...
 
bool Equals (DynamicDataInfo other)
 Compares for equality. More...
 

Properties

int MemberCount [get]
 The number of data members in this DynamicData sample. More...
 
int StoredSize [get]
 The number of bytes currently used to store the data of this DynamicData sample. More...
 

Detailed Description

A descriptor for a DynamicData object.

Member Function Documentation

◆ Equals() [1/2]

bool Equals ( DynamicDataInfo  other)

Compares for equality.

◆ Equals() [2/2]

override bool Equals ( object  other)

Compares for equality.

◆ GetHashCode()

override int GetHashCode ( )

Gets the hashcode.

Property Documentation

◆ MemberCount

int MemberCount
get

The number of data members in this DynamicData sample.

The full documentation is available in the C API: DDS_DynamicDataInfo::member_count

◆ StoredSize

int StoredSize
get

The number of bytes currently used to store the data of this DynamicData sample.

The full documentation is available in the C API: DDS_DynamicDataInfo::stored_size