Type alias UHIDOutputEvent

UHIDOutputEvent: {
    data: Buffer;
    rtype: UHIDReportType;
}

Type declaration

Generated using TypeDoc