Maven module :
un.api : api-device :
Class :
un.api.device.usb.USBManager
Extends/Implements :
-
Subclasses :
-
Entry point to acces USB devices.
author
Johann Sorel
Variables :
-
Functions :
getName
,
getDevices
Get USB manager name.
return
Chars never null
Chars
getName
()
List available USB devices.
return
USBDevice array, never null but can be empty.
throws
un.api.device.DeviceException
USBDevice[]
getDevices
()
author Johann Sorel