Click or drag to resize

StatusKindBitwiseOr Operator

Bit-wise operator.

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

Parameters

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

Return Value

Type: StatusMask
The resulting StatusMask.
See Also