Node USB
    Preparing search index...

    Interface DeviceEvents

    interface DeviceEvents {
        attach: usb.Device;
        attachIds: DeviceIds;
        detach: usb.Device;
        detachIds: DeviceIds;
        newListener: keyof usb.DeviceEvents;
        removeListener: keyof usb.DeviceEvents;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attach: usb.Device
    attachIds: DeviceIds
    detach: usb.Device
    detachIds: DeviceIds
    newListener: keyof usb.DeviceEvents
    removeListener: keyof usb.DeviceEvents