UsbWatchEventOverflow import { UsbWatchEventOverflow } from "destack:device/binding"; USB overflow watch event. export struct UsbWatchEventOverflow { kind: "overflow"; timestampNs: uint64; sequence: uint64; droppedCount: uint64; } language/library/src/device/binding/usb.ds:228:237 Members kind: "overflow" Event discriminator. timestampNs: uint64 Event timestamp in nanoseconds. sequence: uint64 Event sequence number. droppedCount: uint64 Number of dropped events.