Click or drag to resize

EntityStatusChanges Property

Gets the list of communication statuses in the Entity that are 'triggered'. That is, the list of statuses whose value has changed since the last time the application read the status.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public StatusMask StatusChanges { get; }

Property Value

Type: StatusMask
Remarks

When the Entity is first created or if the entity is not enabled, all communication statuses are in the “untriggered”.

The statuses returned by the StatusChanges property refers to the status that are triggered on the Entity itself and does not include statuses that apply to contained entities.

See Also