Click or drag to resize

StatusKind Structure

Kinds of communication status.

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

The StatusKind type exposes the following members.

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
Operators
Fields
  NameDescription
Public fieldStatic memberDataAvailableStatus
One or more new data samples have been received.
Public fieldStatic memberDataOnReadersStatus
New data is available.
Public fieldStatic memberInconsistentTopicStatus
Another topic exists with the same name but different characteristics.
Public fieldStatic memberLivelinessChangedStatus
The liveliness of one or more DataWriter that were writing instances read through the DataReader has changed. Some DataWriter have become alive or not alive.
Public fieldStatic memberLivelinessLostStatus
The liveliness that the DataWriter has committed to through its LivelinessQosPolicy was not respected, thus DataReader entities will consider the DataWriter as no longer alive.
Public fieldStatic memberOfferedDeadlineMissedStatus
The deadline that the DataWriter has committed through its DeadlineQosPolicy was not respected for a specific instance.
Public fieldStatic memberOfferedIncompatibleQosStatus
A QoS policy value was incompatible with what was requested.
Public fieldStatic memberPublicationMatchedStatus
The DataWriter has found DataReader that matches the Topic and has compatible QoS.
Public fieldStatic memberRequestedDeadlineMissedStatus
The deadline that the DataReader was expecting through its DeadlineQosPolicy was not respected for a specific instance.
Public fieldStatic memberRequestedIncompatibleQosStatus
A QoS policy value was incompatible with what is offered.
Public fieldStatic memberSampleLostStatus
A sample has been lost (i.e. was never received).
Public fieldStatic memberSampleRejectedStatus
A (received) sample has been rejected.
Public fieldStatic memberSubscriptionMatchedStatus
The DataReader has found DataWriter that matches the Topic and has compatible QoS.
Top
See Also