Click or drag to resize

StatusKind  Conversion (StatusKind to StatusMask)

Implicit conversion operator from StatusKind to StatusMask.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public static implicit operator StatusMask (
	StatusKind value
)

Parameters

value
Type: OpenDDSharp.DDSStatusKind
The value to transform.

Return Value

Type: StatusMask
The StatusMask value.
See Also