Click or drag to resize

WaitSetGetConditions Method

Retrieves the list of attached conditions.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode GetConditions(
	ICollection<Condition> attachedConditions
)

Parameters

attachedConditions
Type: System.Collections.GenericICollectionCondition
The collection of Conditions to be filled up.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
See Also