Unit Constructor

HidSharp

Unit Constructor HIDSharp
Initializes a new instance of the Unit class.

Namespace: HidSharp.ReportDescriptors.Units
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public Unit(
	uint value
)
public Unit(
	uint value
)
Public Sub New ( _
	value As UInteger _
)
Public Sub New ( _
	value As UInteger _
)
public:
Unit(
	unsigned int value
)
public:
Unit(
	unsigned int value
)
new : 
        value : uint32 -> Unit
new : 
        value : uint32 -> Unit

Parameters

value
Type: OnlineSystem UInt32
The raw HID value describing the units.
See Also