RTI Connext C# API Version 7.2.0
Rti.Dds.Core.Status.OfferedDeadlineMissedStatus Class Reference

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

Inherits IEquatable< OfferedDeadlineMissedStatus >.

Public Member Functions

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

Properties

EventCount< int > TotalCount [get]
 Total cumulative count of the number of times the DataWriter failed to write within its offered deadline. More...
 
InstanceHandle LastInstanceHandle [get]
 Handle to the last instance in the DataWriter for which an offered deadline was missed. More...
 

Detailed Description

Notifies of a change in the StatusMask.OfferedDeadlineMissed status

Member Function Documentation

◆ Equals() [1/2]

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

Compares for equality

◆ GetHashCode()

override int Rti.Dds.Core.Status.OfferedDeadlineMissedStatus.GetHashCode ( )

Gets the hash code

◆ Equals() [2/2]

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

Compares for equality

◆ ToString()

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

Returns a readable summary of the status

Property Documentation

◆ TotalCount

EventCount<int> Rti.Dds.Core.Status.OfferedDeadlineMissedStatus.TotalCount
get

Total cumulative count of the number of times the DataWriter failed to write within its offered deadline.

The full documentation is available in the C API: DDS_OfferedDeadlineMissedStatus_total_count

◆ LastInstanceHandle

InstanceHandle Rti.Dds.Core.Status.OfferedDeadlineMissedStatus.LastInstanceHandle
get

Handle to the last instance in the DataWriter for which an offered deadline was missed.

The full documentation is available in the C API: DDS_OfferedDeadlineMissedStatus_last_instance_handle