RTI Connext C# API  6.1.0
InconsistentTopicStatus Class Reference

Notifies of a change in the StatusMask.InconsistentTopic status More...

Inherits IEquatable< InconsistentTopicStatus >.

Public Member Functions

override bool Equals (object other)
 Compares for equality. More...
 
override int GetHashCode ()
 Gets the hash code. More...
 
bool Equals (InconsistentTopicStatus other)
 Compares for equality. More...
 
override string ToString ()
 Returns a readable summary of the status More...
 

Properties

EventCount< int > TotalCount [get]
 Total cumulative count of the pairs (DataReader, DataWriter) whose topic names match the Topic to which this status is attached and whose types are inconsistent according to the rules defined in Policy.TypeConsistencyEnforcement More...
 

Detailed Description

Notifies of a change in the StatusMask.InconsistentTopic status

Member Function Documentation

◆ Equals() [1/2]

bool Equals ( InconsistentTopicStatus  other)

Compares for equality.

◆ Equals() [2/2]

override bool Equals ( object  other)

Compares for equality.

◆ GetHashCode()

override int GetHashCode ( )

Gets the hash code.

◆ ToString()

override string ToString ( )

Returns a readable summary of the status

Property Documentation

◆ TotalCount

EventCount<int> TotalCount
get

Total cumulative count of the pairs (DataReader, DataWriter) whose topic names match the Topic to which this status is attached and whose types are inconsistent according to the rules defined in Policy.TypeConsistencyEnforcement

The full documentation is available in the C API: DDS_InconsistentTopicStatus::total_count