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

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

Compares for equality.

◆ GetHashCode()

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

Gets the hashcode.

◆ Equals() [2/2]

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

Compares for equality.

Property Documentation

◆ MemberCount

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