UsbDevice

open class UsbDevice

Represents a USB device

Types

Link copied to clipboard
enum UsbDeviceType
USB device type

Functions

Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
open val bcdDevice: Int
USB device release number
Link copied to clipboard
open val deviceId: String
ID of the device
Link copied to clipboard
open val deviceType: UsbDevice.UsbDeviceType
USB device type
Link copied to clipboard
open val manufacturer: String
USB device manufacturer name of ID
Link copied to clipboard
open val pid: Int
PID of the USB device
Link copied to clipboard
open val product: String
USB device product name
Link copied to clipboard
open val serialNumber: String
USB device serial number
Link copied to clipboard
open val vid: Int
VID of the USB device