RTI Connext C# API  6.1.2
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

◆ Equals() [1/2]

override bool Equals ( object  other)

Compares for equality

◆ Equals() [2/2]

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

◆ CurrentCount

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

◆ TotalCount

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