![]() |
StatusKind Structure |
Namespace: OpenDDSharp.DDS
The StatusKind type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | BitwiseOr |
Bit-wise operator.
|
![]() ![]() | (UInt32 to StatusKind) |
Implicit conversion operator from UInt32 to StatusKind.
|
![]() ![]() | (StatusKind to UInt32) |
Implicit conversion operator from StatusKind to UInt32.
|
![]() ![]() | (StatusKind to StatusMask) |
Implicit conversion operator from StatusKind to StatusMask.
|
Name | Description | |
---|---|---|
![]() ![]() | DataAvailableStatus |
One or more new data samples have been received.
|
![]() ![]() | DataOnReadersStatus |
New data is available.
|
![]() ![]() | InconsistentTopicStatus |
Another topic exists with the same name but different characteristics.
|
![]() ![]() | LivelinessChangedStatus |
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.
|
![]() ![]() | LivelinessLostStatus |
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.
|
![]() ![]() | OfferedDeadlineMissedStatus |
The deadline that the DataWriter has committed through its DeadlineQosPolicy was not respected for a specific instance.
|
![]() ![]() | OfferedIncompatibleQosStatus |
A QoS policy value was incompatible with what was requested.
|
![]() ![]() | PublicationMatchedStatus | |
![]() ![]() | RequestedDeadlineMissedStatus |
The deadline that the DataReader was expecting through its DeadlineQosPolicy was not respected for a specific instance.
|
![]() ![]() | RequestedIncompatibleQosStatus |
A QoS policy value was incompatible with what is offered.
|
![]() ![]() | SampleLostStatus |
A sample has been lost (i.e. was never received).
|
![]() ![]() | SampleRejectedStatus |
A (received) sample has been rejected.
|
![]() ![]() | SubscriptionMatchedStatus |