Skip to content

probe-web / @probe-web/devices / ProbeDescription

Interface: ProbeDescription

Defined in: index.ts:51

Display information for a probe, from describe.

Properties

PropertyTypeDescriptionDefined in
labelstringProduct name, else the vendor's name from PROBE_VENDOR_IDS, else vvvv:pppp in hex.index.ts:53
vendorIdnumberUSB vendor ID.index.ts:55
productIdnumberUSB product ID.index.ts:57
serialstring | undefinedUSB serial number, if the device reports one.index.ts:59
vendorNamestring | undefinedVendor name from PROBE_VENDOR_IDS, if the vendor ID is listed there.index.ts:61