Click or drag to resize

SampleRejectedStatus Structure

The SampleRejected status indicates that a sample received by the data reader has been rejected.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public struct SampleRejectedStatus

The SampleRejectedStatus type exposes the following members.

Properties
  NameDescription
Public propertyLastInstanceHandle
Gets the instance handle of the last rejected sample.
Public propertyLastReason
Gets the reason the most recently rejected sample was rejected.
Public propertyTotalCount
Gets the cumulative count of samples that have been reported as rejected.
Public propertyTotalCountChange
Gets the incremental count of rejected samples since the last time this status was accessed.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also