PolyOs API
PolyOs API
/
com.poly.polyos.system
/
UsbDevice
Usb
Device
open
class
UsbDevice
Content copied to clipboard
Represents a USB device
Types
Functions
Properties
Types
Usb
Device
Type
Link copied to clipboard
enum
UsbDeviceType
Content copied to clipboard
USB device type
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
Properties
bcdDevice
Link copied to clipboard
open
val
bcdDevice
:
Int
Content copied to clipboard
USB device release number
deviceId
Link copied to clipboard
open
val
deviceId
:
String
Content copied to clipboard
ID of the device
deviceType
Link copied to clipboard
open
val
deviceType
:
UsbDevice.UsbDeviceType
Content copied to clipboard
USB device type
manufacturer
Link copied to clipboard
open
val
manufacturer
:
String
Content copied to clipboard
USB device manufacturer name of ID
pid
Link copied to clipboard
open
val
pid
:
Int
Content copied to clipboard
PID of the USB device
product
Link copied to clipboard
open
val
product
:
String
Content copied to clipboard
USB device product name
serialNumber
Link copied to clipboard
open
val
serialNumber
:
String
Content copied to clipboard
USB device serial number
vid
Link copied to clipboard
open
val
vid
:
Int
Content copied to clipboard
VID of the USB device