RTI Connext C# API  6.1.0
SampleLostStatus Class Reference

Indicates that one or more samples written by a matched Publication.DataWriter<T> have failed to be received by the Subscription.DataReader<T>. More...

Inherits IEquatable< SampleLostStatus >.

Public Member Functions

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

Properties

EventCount< int > TotalCount [get]
 Cumulative count of all the samples that have been lost across all instances of data written for the Topics.Topic<T>. More...
 
SampleLostStatusKind LastReason [get]
 The reason the last sample was lost. More...
 

Detailed Description

Indicates that one or more samples written by a matched Publication.DataWriter<T> have failed to be received by the Subscription.DataReader<T>.

The full documentation is available in the C API: DDS_SampleLostStatus

Member Function Documentation

◆ Equals() [1/2]

override bool Equals ( object  other)

Compares for equality.

◆ Equals() [2/2]

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

◆ LastReason

SampleLostStatusKind LastReason
get

The reason the last sample was lost.

The full documentation is available in the C API: DDS_SampleLostStatus::last_reason

◆ TotalCount

EventCount<int> TotalCount
get

Cumulative count of all the samples that have been lost across all instances of data written for the Topics.Topic<T>.

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