HidBooleanControl.UsagePage Property

Definition

Gets the usage page for a given Boolean control.

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

Property Value

UInt16

unsigned short

uint16_t

The usage page.

Applies to

See also