RTI Connext C# API Version 7.2.0
Rti.Dds.Core.Status.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]

override bool Rti.Dds.Core.Status.DomainParticipantProtocolStatus.Equals ( object  other)

Compares for equality.

◆ GetHashCode()

override int Rti.Dds.Core.Status.DomainParticipantProtocolStatus.GetHashCode ( )
inline

Gets the hash code.

◆ Equals() [2/2]

bool Rti.Dds.Core.Status.DomainParticipantProtocolStatus.Equals ( DomainParticipantProtocolStatus  other)
inline

Compares for equality.

◆ ToString()

override string Rti.Dds.Core.Status.DomainParticipantProtocolStatus.ToString ( )

Returns a readable summary of the status

Property Documentation

◆ CorruptedRtpsMessageCount

EventCount<long> Rti.Dds.Core.Status.DomainParticipantProtocolStatus.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 Rti.Dds.Core.Status.DomainParticipantProtocolStatus.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