|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |