HidBooleanControlDescription.ReportId Property

Definition

Gets the report ID of the HID report that contains the usage or usage range for the given Boolean control.

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

Property Value

UInt16

unsigned short

uint16_t

The report identifier.

Applies to

See also