RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::SampleRejectedStatus Struct Reference

::DDS::StatusKind::SAMPLE_REJECTED_STATUS More...

#include <managed_subscription.h>

Public Attributes

System::Int32 total_count
 Total cumulative count of samples rejected by the DDS::DataReader.
 
System::Int32 total_count_change
 The incremental number of samples rejected since the last time the listener was called or the status was read.
 
SampleRejectedStatusKind last_reason
 Reason for rejecting the last sample rejected.
 
InstanceHandle_t last_instance_handle
 Handle to the instance being updated by the last sample that was rejected.
 

Detailed Description

::DDS::StatusKind::SAMPLE_REJECTED_STATUS

Examples:
HelloWorld_subscriber.cpp.

Member Data Documentation

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.

See Also
::DDS::SampleRejectedStatusKind
InstanceHandle_t DDS::SampleRejectedStatus::last_instance_handle

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


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc