OpenUSBDevice constructor

OpenUSBDevice(
  1. SendPort commandPort,
  2. USBDeviceInfo deviceInfo
)

Implementation

OpenUSBDevice(this.commandPort, this.deviceInfo);