RTI Connext C# API  6.1.0
ReliableReaderActivityChangedStatus Class Reference

Describes the activity (i.e. are acknowledgements forthcoming) of reliable readers matched to a reliable writer. More...

Inherits IEquatable< ReliableReaderActivityChangedStatus >.

Public Member Functions

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

Properties

EventCount< int > ActiveCount [get]
 The current number of reliable readers currently matched with this reliable writer. More...
 
EventCount< int > InactiveCount [get]
 The number of reliable readers that have been dropped by this reliable writer because they failed to send acknowledgements in a timely fashion. More...
 
InstanceHandle LastInstanceHandle [get]
 The instance handle of the last reliable remote reader to be determined inactive. More...
 

Detailed Description

Describes the activity (i.e. are acknowledgements forthcoming) of reliable readers matched to a reliable writer.

The full documentation is available in the C API: DDS_ReliableReaderActivityChangedStatus

Member Function Documentation

◆ Equals() [1/2]

override bool Equals ( object  other)

Compares for equality

◆ Equals() [2/2]

bool Equals ( ReliableReaderActivityChangedStatus  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

◆ ActiveCount

EventCount<int> ActiveCount
get

The current number of reliable readers currently matched with this reliable writer.

The full documentation is available in the C API: DDS_ReliableReaderActivityChangedStatus::active_count

◆ InactiveCount

EventCount<int> InactiveCount
get

The number of reliable readers that have been dropped by this reliable writer because they failed to send acknowledgements in a timely fashion.

The full documentation is available in the C API: DDS_ReliableReaderActivityChangedStatus::inactive_count

◆ LastInstanceHandle

InstanceHandle LastInstanceHandle
get

The instance handle of the last reliable remote reader to be determined inactive.

The full documentation is available in the C API: DDS_ReliableReaderActivityChangedStatus::last_instance_handle