PowerMeterUSBExtra

constructor(busPath: String, devicePath: String? = null, productId: Short, vendorId: Short, portConfiguration: PortConfiguration? = null, maxPower: Int? = null, speed: String? = null, serial: String? = null, describe: List<String> = listOf( "Bus path: $busPath", "Device path: ${devicePath ?: "N/A"}", "Vendor id: ${vendorId.toHexString()}:${productId.toHexString()}", "Serial port: ${portConfiguration ?: "N/A"}", "Max power: ${maxPower ?: "?"} mA", "USB bus speed: ${speed ?: "?"} Mbps", "Serial: ${serial ?: "N/A"}", ))