HidBooleanControlDescription.UsageId Property

Definition

Gets the usage identifier associated with the given Boolean control.

public:
 property unsigned short UsageId { unsigned short get(); };
uint16_t UsageId();
public ushort UsageId { get; }
var uInt16 = hidBooleanControlDescription.usageId;
Public ReadOnly Property UsageId As UShort

Property Value

UInt16

unsigned short

uint16_t

The usage identifier.

Applies to

See also