Click or drag to resize

StatusConditionEnabledStatuses Property

Gets or sets the StatusMask that is taken into account to determine the TriggerValue of the StatusCondition.

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

Property Value

Type: StatusMask
Remarks

Set a new value for the property may change the TriggerValue of the StatusCondition.

WaitSet objects behavior depend on the changes of the TriggerValue of their attached conditions. Therefore, any WaitSet to which the StatusCondition is attached is potentially affected by this operation.

If the setter is not invoked, the default mask of enabled statuses includes all the statuses.

See Also