![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
A received sample was rejected. More...
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... | |
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.
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.
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.
int DDS.SampleRejectedStatus.TotalCount |
Total cumulative count of samples rejected by the DataReader.
Definition at line 850 of file DdsDcpsStructs.cs.
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.