![]() |
InstanceStateKind Structure |
Namespace: OpenDDSharp.DDS
The InstanceStateKind 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 InstanceStateKind) |
Implicit conversion operator from UInt32 to InstanceStateKind.
|
![]() ![]() | (InstanceStateKind to UInt32) |
Implicit conversion operator from InstanceStateKind to UInt32.
|
![]() ![]() | (InstanceStateKind to InstanceStateMask) |
Implicit conversion operator from InstanceStateKind to InstanceStateMask.
|
Name | Description | |
---|---|---|
![]() ![]() | AliveInstanceState |
Indicates that:
|
![]() ![]() | NotAliveDisposedInstanceState |
Indicates the instance was explicitly disposed by a DataWriter by means of the Delete operation.
|
![]() ![]() | NotAliveNoWritersInstanceState |
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.
|