HidCollection.Id Property

Definition

Gets the identifier for a collection of HID controls.

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

Property Value

UInt32

unsigned int

uint32_t

The collection identifier.

Applies to

See also