Click or drag to resize

InstanceStateKindAliveInstanceState Field

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)

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

Field Value

Type: InstanceStateKind
See Also