RTI Connext C# API  7.0.0
AcknowledgmentInfo Class Reference

Information about an application-acknowledged sample. More...

Inherits IEquatable< AcknowledgmentInfo >.

Public Member Functions

override int GetHashCode ()
 Gets the hash code. More...
 
override bool Equals (object other)
 Compares for equality. More...
 
bool Equals (AcknowledgmentInfo other)
 Compares for equality. More...
 

Properties

InstanceHandle SubscriptionHandle [get]
 Subscription handle of the acknowledging Subscription.DataReader<T>. More...
 
SampleIdentity SampleIdentity [get]
 Identity of the sample being acknowledged. More...
 
Cookie Cookie [get]
 Cookie of the acknowledged sample. More...
 
bool ValidResponseData [get]
 Flag indicating validity of the user response data in the acknowledgment. More...
 
AckResponseData ResponseData [get]
 User data payload of application-level acknowledgment message. More...
 

Detailed Description

Information about an application-acknowledged sample.

The full documentation is available in the C API: DDS_AcknowledgmentInfo::subscription_handle

Member Function Documentation

◆ Equals() [1/2]

bool Equals ( AcknowledgmentInfo  other)

Compares for equality.

◆ Equals() [2/2]

override bool Equals ( object  other)

Compares for equality.

◆ GetHashCode()

override int GetHashCode ( )

Gets the hash code.

Property Documentation

◆ Cookie

Cookie of the acknowledged sample.

The full documentation is available in the C API: DDS_AcknowledgmentInfo::cookie

◆ ResponseData

AckResponseData ResponseData
get

User data payload of application-level acknowledgment message.

The full documentation is available in the C API: DDS_AcknowledgmentInfo::response_data

◆ SampleIdentity

Identity of the sample being acknowledged.

The full documentation is available in the C API: DDS_AcknowledgmentInfo::sample_identity

◆ SubscriptionHandle

InstanceHandle SubscriptionHandle
get

Subscription handle of the acknowledging Subscription.DataReader<T>.

The full documentation is available in the C API: DDS_AcknowledgmentInfo::subscription_handle

◆ ValidResponseData

bool ValidResponseData
get

Flag indicating validity of the user response data in the acknowledgment.

The full documentation is available in the C API: DDS_AcknowledgmentInfo::valid_response_data