Interface IHidUsage

HID Usage.

interface IHidUsage {
    reportSize: number;
    reportType: ReportType;
    usage: number;
    usagePage: number;
    valueType: ValueType;
}

Properties

reportSize: number

The maximum size of a single report for this usage.

reportType: ReportType

The type of reports offered by the usage.

usage: number

The usage ID of the usage.

usagePage: number

The type of reports offered by the usage.

valueType: ValueType

The type of values that the usage will report or use.