public interface UsbService
Modifier and Type | Method and Description |
---|---|
List<UsbBlockDevice> |
getUsbBlockDevices()
Gets the USB block devices on the gateway
|
List<? extends UsbDevice> |
getUsbDevices()
Gets the USB devices on the gateway
|
List<UsbNetDevice> |
getUsbNetDevices()
Gets the USB network devices on the gateway
|
UsbServices |
getUsbServices()
Gets the UsbServices currently available as specified by JSR-80 in the javax.usb
|
List<UsbTtyDevice> |
getUsbTtyDevices()
Gets the USB TTY devices on the gateway
|
UsbServices getUsbServices() throws EsfException
EsfException
List<? extends UsbDevice> getUsbDevices()
List<UsbBlockDevice> getUsbBlockDevices()
List<UsbNetDevice> getUsbNetDevices()
List<UsbTtyDevice> getUsbTtyDevices()
Copyright © 2013. All Rights Reserved.