Class UsbDevice
java.lang.Object
com.codename1.io.usb.UsbDevice
public final class UsbDevice
extends java.lang.Object
One attached USB device. Immutable. The
Object returned by
getNativeDevice() is the platform device handle and may be cast in
native interface code (UsbDevice on Android).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.ObjectintintMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UsbDevice
-
-
Method Details
-
getDeviceName
-
getVendorId
public int getVendorId() -
getProductId
public int getProductId() -
getProductName
-
getManufacturerName
-
getNativeDevice
public java.lang.Object getNativeDevice()
-