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

Packages that use UsbDevice
com.eurotech.framework.core.net   
com.eurotech.framework.emulator.usb   
com.eurotech.framework.linux.net.modem   
com.eurotech.framework.linux.usb   
com.eurotech.framework.linux.util   
com.eurotech.framework.net   
com.eurotech.framework.net.admin.visitor.linux   
com.eurotech.framework.usb   
 

Uses of UsbDevice in com.eurotech.framework.core.net
 

Methods in com.eurotech.framework.core.net that return UsbDevice
 UsbDevice AbstractNetInterface.getUsbDevice()
           
 

Methods in com.eurotech.framework.core.net with parameters of type UsbDevice
 void AbstractNetInterface.setUsbDevice(UsbDevice usbDevice)
           
 

Uses of UsbDevice in com.eurotech.framework.emulator.usb
 

Methods in com.eurotech.framework.emulator.usb that return types with arguments of type UsbDevice
 List<? extends UsbDevice> UsbServiceImpl.getUsbDevices()
           
 

Uses of UsbDevice in com.eurotech.framework.linux.net.modem
 

Methods in com.eurotech.framework.linux.net.modem with parameters of type UsbDevice
static SupportedUsbModemInfo SupportedUsbModemsInfo.getModem(UsbDevice usbDevice)
           
 

Uses of UsbDevice in com.eurotech.framework.linux.usb
 

Methods in com.eurotech.framework.linux.usb that return types with arguments of type UsbDevice
 List<? extends UsbDevice> UsbServiceImpl.getUsbDevices()
           
 

Methods in com.eurotech.framework.linux.usb with parameters of type UsbDevice
 void UsbServiceImpl.attached(UsbDevice device)
           
 void UsbServiceImpl.detached(UsbDevice device)
           
 

Uses of UsbDevice in com.eurotech.framework.linux.util
 

Methods in com.eurotech.framework.linux.util with parameters of type UsbDevice
 void LinuxUdevListener.attached(UsbDevice device)
          Callback for notifications of new UsbDevice ATTACH events
 void LinuxUdevListener.detached(UsbDevice device)
          Callback for notifications of new UsbDevice DETACH events
 

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.net.admin.visitor.linux
 

Methods in com.eurotech.framework.net.admin.visitor.linux with parameters of type UsbDevice
static String PppConfigWriter.formChatFilename(UsbDevice usbDevice)
           
static String PppConfigWriter.formDisconnectFilename(UsbDevice usbDevice)
           
static String PppConfigWriter.formPeerFilename(UsbDevice usbDevice)
           
static String PppConfigWriter.formPppLogFilename(UsbDevice usbDevice)
           
 

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.