Uses of Interface
com.eurotech.framework.usb.UsbDevice

Packages that use UsbDevice
com.eurotech.framework.net Contains interfaces and event model to manage and configure network interfaces on a given system. 
com.eurotech.framework.usb Provides services and interfaces for finding and managing USB devices within the system. 
 

Uses of UsbDevice in com.eurotech.framework.net
 

Methods in com.eurotech.framework.net that return UsbDevice
 UsbDevice NetInterface.getUsbDevice()
          Returns the UsbDevice which provided this NetworkInterface to the system if any.
 

Uses of UsbDevice in com.eurotech.framework.usb
 

Classes in com.eurotech.framework.usb that implement UsbDevice
 class AbstractUsbDevice
          Base class for USB devices
 class UsbBlockDevice
          Representation of a USB block device.
 class UsbModemDevice
          Representation of USB modem devices
 class UsbNetDevice
          Representation of USB network devices
 class UsbTtyDevice
          Representation of USB TTY devices
 

Methods in com.eurotech.framework.usb that return types with arguments of type UsbDevice
 List<? extends UsbDevice> UsbService.getUsbDevices()
          Gets the USB devices on the gateway
 



Copyright © 2013. All Rights Reserved.