HidNumericControlDescription.Unit Property

Definition

Specifies the units of the usage, as described by the USB HID Standard.

public:
 property unsigned int Unit { unsigned int get(); };
uint32_t Unit();
public uint Unit { get; }
var uInt32 = hidNumericControlDescription.unit;
Public ReadOnly Property Unit As UInteger

Property Value

UInt32

unsigned int

uint32_t

The usage unit.

Applies to

See also