HidFeatureReport.Id Property

Definition

Gets the identifier associated with a given feature report.

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

Property Value

UInt16

unsigned short

uint16_t

The feature report identifier.

Applies to

See also