Click or drag to resize

StatusKind  Conversion (StatusKind to UInt32)

Implicit conversion operator from StatusKind to UInt32.

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

Parameters

value
Type: OpenDDSharp.DDSStatusKind
The value to transform.

Return Value

Type: UInt32
The UInt32 value.
See Also