UsbDevice constructor

UsbDevice(int vid, int pid, String productName, String manufacturerName, int deviceId, String serial)

Implementation

UsbDevice(this.vid, this.pid, this.productName, this.manufacturerName,
    this.deviceId, this.serial);