probe-web / @probe-web/devices / ProbeDescription
Interface: ProbeDescription
Defined in: index.ts:51
Display information for a probe, from describe.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
label | string | Product name, else the vendor's name from PROBE_VENDOR_IDS, else vvvv:pppp in hex. | index.ts:53 |
vendorId | number | USB vendor ID. | index.ts:55 |
productId | number | USB product ID. | index.ts:57 |
serial | string | undefined | USB serial number, if the device reports one. | index.ts:59 |
vendorName | string | undefined | Vendor name from PROBE_VENDOR_IDS, if the vendor ID is listed there. | index.ts:61 |