RTI Connext C# API  6.1.0
DomainParticipantProtocolStatus Class Reference

The status of a participant's protocol related metrics, like the number of corrupted messages, change in corrupted messages and timestamp of the last corrupted message. More...

Public Member Functions

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

Properties

EventCount< long > CorruptedRtpsMessageCount [get]
 The number of corrupted RTPS messages detected by the domain participant. More...
 
Time LastCorruptedMessageTimestamp [get]
 The timestamp when the last corrupted RTPS message was detected by the domain participant. More...
 

Detailed Description

The status of a participant's protocol related metrics, like the number of corrupted messages, change in corrupted messages and timestamp of the last corrupted message.

The full documentation is available in the C API: DDS_DomainParticipantProtocolStatus

Member Function Documentation

◆ Equals() [1/2]

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

◆ CorruptedRtpsMessageCount

EventCount<long> CorruptedRtpsMessageCount
get

The number of corrupted RTPS messages detected by the domain participant.

The full documentation is available in the C API: DDS_DomainParticipantProtocolStatus::corrupted_rtps_message_count

◆ LastCorruptedMessageTimestamp

Time LastCorruptedMessageTimestamp
get

The timestamp when the last corrupted RTPS message was detected by the domain participant.

The full documentation is available in the C API: DDS_DomainParticipantProtocolStatus::last_corrupted_message_timestamp