HidOutputReport.Id Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identifier associated with a given output report.
public:
property unsigned short Id { unsigned short get(); };
uint16_t Id();
public ushort Id { get; }
var uInt16 = hidOutputReport.id;
Public ReadOnly Property Id As UShort
Property Value
The output report identifier.