RTI Connext C# API  6.1.0
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 Equals ( object  other)

Compares for equality

◆ Equals() [2/2]

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

◆ LastInstanceHandle

InstanceHandle 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

◆ TotalCount

EventCount<int> 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