HidCollection.UsageId Property

Definition

Gets the usage identifier for the given control collection.

public:
 property unsigned int UsageId { unsigned int get(); };
uint32_t UsageId();
public uint UsageId { get; }
var uInt32 = hidCollection.usageId;
Public ReadOnly Property UsageId As UInteger

Property Value

UInt32

unsigned int

uint32_t

The usage identifier.

Applies to

See also