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

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

Inherits IEquatable< ServiceRequestAcceptedStatus >.

Public Member Functions

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

Properties

EventCount< int > TotalCount [get]
 The total cumulative number of ServiceRequests that have been accepted by a Publication.DataWriter<T>. More...
 
EventCount< int > CurrentCount [get]
 The current number of ServiceRequests that have been accepted by this Publication.DataWriter<T>. More...
 
InstanceHandle LastRequestHandle [get]
 A handle to the last ServiceRequest that caused the Publication.DataWriter<T>'s status to change. More...
 
int ServiceId [get]
 ID of the service to which the accepted Request belongs. More...
 

Detailed Description

Notifies of a change in the StatusMask.ServiceRequestAccepted status.

The full documentation is available in the C API: DDS_ServiceRequestAcceptedStatus

Member Function Documentation

◆ GetHashCode()

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

Gets the hash code

◆ Equals() [1/2]

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

Compares for equality

◆ Equals() [2/2]

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

Compares for equality

◆ ToString()

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

Returns a readable summary of the status

Property Documentation

◆ TotalCount

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

The total cumulative number of ServiceRequests that have been accepted by a Publication.DataWriter<T>.

The full documentation is available in the C API: DDS_ServiceRequestAcceptedStatus_total_count

◆ CurrentCount

EventCount<int> Rti.Dds.Core.Status.ServiceRequestAcceptedStatus.CurrentCount
get

The current number of ServiceRequests that have been accepted by this Publication.DataWriter<T>.

The full documentation is available in the C API: DDS_ServiceRequestAcceptedStatus_current_count

◆ LastRequestHandle

InstanceHandle Rti.Dds.Core.Status.ServiceRequestAcceptedStatus.LastRequestHandle
get

A handle to the last ServiceRequest that caused the Publication.DataWriter<T>'s status to change.

The full documentation is available in the C API: DDS_ServiceRequestAcceptedStatus_last_request_handle

◆ ServiceId

int Rti.Dds.Core.Status.ServiceRequestAcceptedStatus.ServiceId
get

ID of the service to which the accepted Request belongs.

The full documentation is available in the C API: DDS_ServiceRequestAcceptedStatus_service_id