Click or drag to resize

InstanceStateKind Structure

Indicates if the samples are from a live DataWriter or not.

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

The InstanceStateKind 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 memberAliveInstanceState
Indicates that:
  • Samples have been received for the instance
  • There are live DataWriter entities writing the instance
  • The instance has not been explicitly disposed (or else more samples have been received after it was disposed)
Public fieldStatic memberNotAliveDisposedInstanceState
Indicates the instance was explicitly disposed by a DataWriter by means of the Delete operation.
Public fieldStatic memberNotAliveNoWritersInstanceState
Indicates the instance has been declared as not-alive by the DataReader because it detected that there are no live DataWriter entities writing that instance.
Top
See Also