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

◆ GetHashCode()

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

Gets the hash code.

◆ Equals() [1/2]

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

Compares for equality.

◆ Equals() [2/2]

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

Compares for equality.

◆ ToString()

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

Returns a readable summary of the status

Property Documentation

◆ TotalCount

EventCount<int> Rti.Dds.Core.Status.SampleLostStatus.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

◆ LastReason

SampleLostStatusKind Rti.Dds.Core.Status.SampleLostStatus.LastReason
get

The reason the last sample was lost.

The full documentation is available in the C API: DDS_SampleLostStatus_last_reason