Click or drag to resize

InstanceStateKindBitwiseOr Operator

Bit-wise operator.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public static InstanceStateMask operator |(
	InstanceStateKind left,
	InstanceStateKind right
)

Parameters

left
Type: OpenDDSharp.DDSInstanceStateKind
The left value of the operator.
right
Type: OpenDDSharp.DDSInstanceStateKind
The right value of the operator.

Return Value

Type: InstanceStateMask
The resulting InstanceStateMask.
See Also