Usb

The holder of a USB device by the platform.

Properties

Link copied to clipboard
abstract val device: UsbDevice
Link copied to clipboard
abstract override val deviceId: Int

The unique integer ID for the device.

Link copied to clipboard
abstract override val deviceName: String

The name of the device.

Link copied to clipboard
abstract override val productId: Int

The product ID for the device.

Link copied to clipboard
abstract override val productName: String?

The product name of the device.

Link copied to clipboard
abstract override val serialNumber: String?

The serial number of the device.

Link copied to clipboard
abstract override val vendorId: Int

The vendor ID for the device.