RTI Connext .NET API (legacy)
Version 6.1.0
|
SAMPLE_REJECTED_STATUS. More...
#include <managed_subscription.h>
Public Attributes | |
System::Int32 | total_count |
Total cumulative count of samples rejected by the DDS::DataReader. More... | |
System::Int32 | total_count_change |
The incremental number of samples rejected since the last time the listener was called or the status was read. More... | |
SampleRejectedStatusKind | last_reason |
Reason for rejecting the last sample rejected. More... | |
InstanceHandle_t | last_instance_handle |
Handle to the instance being updated by the last sample that was rejected. More... | |
SAMPLE_REJECTED_STATUS.
System::Int32 DDS::SampleRejectedStatus::total_count |
Total cumulative count of samples rejected by the DDS::DataReader.
System::Int32 DDS::SampleRejectedStatus::total_count_change |
The incremental number of samples rejected since the last time the listener was called or the status was read.
SampleRejectedStatusKind DDS::SampleRejectedStatus::last_reason |
Reason for rejecting the last sample rejected.
InstanceHandle_t DDS::SampleRejectedStatus::last_instance_handle |
Handle to the instance being updated by the last sample that was rejected.