OpenSplice C# API  v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
DDS.SampleRejectedStatus Class Reference

A received sample was rejected. More...

Collaboration diagram for DDS.SampleRejectedStatus:
Collaboration graph

Public Attributes

InstanceHandle LastInstanceHandle
 Handle to the instance being updated by the last sample that was rejected. More...
 
SampleRejectedStatusKind LastReason
 Reason for rejecting the last sample rejected. If no samples have been rejected, the reason is the special value NOT_REJECTED. More...
 
int TotalCount
 Total cumulative count of samples rejected by the DataReader. More...
 
int TotalCountChange
 The incremental number of samples rejected since the last time the listener was called or the status was read. More...
 

Detailed Description

A received sample was rejected.

This can happen when the ResourceLimits Qos is active and the History determined by History QoS of the DataReader is full.

Definition at line 845 of file DdsDcpsStructs.cs.

Member Data Documentation

◆ LastInstanceHandle

InstanceHandle DDS.SampleRejectedStatus.LastInstanceHandle

Handle to the instance being updated by the last sample that was rejected.

Definition at line 868 of file DdsDcpsStructs.cs.

◆ LastReason

SampleRejectedStatusKind DDS.SampleRejectedStatus.LastReason

Reason for rejecting the last sample rejected. If no samples have been rejected, the reason is the special value NOT_REJECTED.

Definition at line 862 of file DdsDcpsStructs.cs.

◆ TotalCount

int DDS.SampleRejectedStatus.TotalCount

Total cumulative count of samples rejected by the DataReader.

Definition at line 850 of file DdsDcpsStructs.cs.

◆ TotalCountChange

int DDS.SampleRejectedStatus.TotalCountChange

The incremental number of samples rejected since the last time the listener was called or the status was read.

Definition at line 856 of file DdsDcpsStructs.cs.


The documentation for this class was generated from the following file: