HidInputReport.Id Property

Definition

Gets the identifier associated with a given input report.

public:
 property unsigned short Id { unsigned short get(); };
uint16_t Id();
public ushort Id { get; }
var uInt16 = hidInputReport.id;
Public ReadOnly Property Id As UShort

Property Value

UInt16

unsigned short

uint16_t

The input report identifier.

Applies to

See also