Share via


HidDevice.UsagePage Property

Definition

Gets the usage page of the top-level collection.

public:
 property unsigned short UsagePage { unsigned short get(); };
uint16_t UsagePage();
public ushort UsagePage { get; }
var uInt16 = hidDevice.usagePage;
Public ReadOnly Property UsagePage As UShort

Property Value

UInt16

unsigned short

uint16_t

The usage page.

Remarks

The UsagePage of the top-level collection is retrieved from the HID report descriptor.

Applies to

See also