Interface DeviceUSBStrings

Device USB Strings interface

interface DeviceUSBStrings {
    manufacturer: string;
    product: string;
    serial: string;
}

Properties

manufacturer: string

Manufacturer of device, can be NULL

product: string

Product name, can be NULL

serial: string

Serial No, can be NULL