Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
UsbDevice |
NetInterface.getUsbDevice()
Returns the UsbDevice which provided this NetworkInterface to the system if any.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
List<? extends UsbDevice> |
UsbService.getUsbDevices()
Gets the USB devices on the gateway
|
Copyright © 2013. All Rights Reserved.