RTI Connext C# API Version 7.2.0
Omg.Dds.Subscription.Rank Struct Reference

Keeps track of the number of samples related to the same instance that follow in a sample collection. More...

Inherits IEquatable< Rank >.

Public Member Functions

bool Equals (Rank other)
 Compares for equality. More...
 
override bool Equals (object other)
 Compares for equality. More...
 
override int GetHashCode ()
 Calculates the hash code. More...
 
override string ToString ()
 Returns a readable representation of this object More...
 

Properties

int SampleRank [get, set]
 The sample rank of the sample. More...
 
int GenerationRank [get, set]
 The generation rank of the sample. More...
 
int AbsoluteGenerationRank [get, set]
 The absolute generation rank of the sample. More...
 

Detailed Description

Keeps track of the number of samples related to the same instance that follow in a sample collection.

Member Function Documentation

◆ Equals() [1/2]

bool Omg.Dds.Subscription.Rank.Equals ( Rank  other)

Compares for equality.

◆ Equals() [2/2]

override bool Omg.Dds.Subscription.Rank.Equals ( object  other)

Compares for equality.

◆ GetHashCode()

override int Omg.Dds.Subscription.Rank.GetHashCode ( )

Calculates the hash code.

◆ ToString()

override string Omg.Dds.Subscription.Rank.ToString ( )

Returns a readable representation of this object

Property Documentation

◆ SampleRank

int Omg.Dds.Subscription.Rank.SampleRank
getset

The sample rank of the sample.

The full documentation is available in the C API: DDS_SampleInfo_sample_rank

◆ GenerationRank

int Omg.Dds.Subscription.Rank.GenerationRank
getset

The generation rank of the sample.

The full documentation is available in the C API: DDS_SampleInfo_generation_rank

◆ AbsoluteGenerationRank

int Omg.Dds.Subscription.Rank.AbsoluteGenerationRank
getset

The absolute generation rank of the sample.

The full documentation is available in the C API: DDS_SampleInfo_absolute_generation_rank