RTI Connext C# API  7.0.0
PublicationMatchedStatus Class Reference

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

Public Member Functions

override string ToString ()
 Returns a readable summary of the status More...
 

Properties

EventCount< int > TotalCount [get]
 The total cumulative number of times that this DataWriter discovered a "match" with a DataReader. More...
 
EventCount< int > CurrentCount [get]
 The current number of DataReaders with which this DataWriter is matched. More...
 
int CurrentCountPeak [get]
 Greatest number of DataReaders that matched this DataWriter simultaneously. More...
 
InstanceHandle LastSubscriptionHandle [get]
 This InstanceHandle can be used to look up which remote DataReader was the last to cause this DataWriter's status to change, using DataWriter.GetMatchedSubscriptionData More...
 

Detailed Description

Notifies of a change in the StatusMask.PublicationMatched status

Member Function Documentation

◆ ToString()

override string ToString ( )

Returns a readable summary of the status

Property Documentation

◆ CurrentCount

EventCount<int> CurrentCount
get

The current number of DataReaders with which this DataWriter is matched.

The full documentation is available in the C API: DDS_PublicationMatchedStatus::current_count

◆ CurrentCountPeak

int CurrentCountPeak
get

Greatest number of DataReaders that matched this DataWriter simultaneously.

The full documentation is available in the C API: DDS_PublicationMatchedStatus::current_count_peak

◆ LastSubscriptionHandle

InstanceHandle LastSubscriptionHandle
get

This InstanceHandle can be used to look up which remote DataReader was the last to cause this DataWriter's status to change, using DataWriter.GetMatchedSubscriptionData

The full documentation is available in the C API: DDS_PublicationMatchedStatus::last_subscription_handle

◆ TotalCount

EventCount<int> TotalCount
get

The total cumulative number of times that this DataWriter discovered a "match" with a DataReader.

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