public interface IUsb2EthernetManagerService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME
Reports the class name representing this interface.
|
static java.lang.String |
USB2ETHERNET_ATTACHED_TOPIC |
static java.lang.String |
USB2ETHERNET_DETACHED_TOPIC |
static java.lang.String |
USB2ETHERNET_PROPERTY_USB_ETHERNET_INTERFACE_NAME |
static java.lang.String |
USB2ETHERNET_PROPERTY_USB_PORT_ADDRESS |
Modifier and Type | Method and Description |
---|---|
boolean |
areDevicesPresent()
This method returns whether or not there are any devices currently attached.
|
java.lang.String[] |
getDeviceUsbPorts()
Returns an array of Strings that represent the USB port names of the connected devices
|
java.lang.String |
getInterfaceName(java.lang.String usbPortNumber)
This method returns the Ethernet interface names that have been assigned to the USB-to-Ethernet device attached to a specified USB port.
|
java.lang.String |
getInterfaceType(java.lang.String ifaceName)
This method returns the Ethernet interface names that have been assigned to the USB-to-Ethernet device attached to a specified USB port.
|
void |
registerListener(Usb2EthernetListener listener)
This method registers an USB-To-Ethernet Listener to be notified when a device has been attached or detached
|
void |
unregisterListener(Usb2EthernetListener listener)
This method unregisters an USB-To-Ethernet Listener
|
static final java.lang.String SERVICE_NAME
static final java.lang.String USB2ETHERNET_ATTACHED_TOPIC
static final java.lang.String USB2ETHERNET_DETACHED_TOPIC
static final java.lang.String USB2ETHERNET_PROPERTY_USB_PORT_ADDRESS
static final java.lang.String USB2ETHERNET_PROPERTY_USB_ETHERNET_INTERFACE_NAME
boolean areDevicesPresent()
java.lang.String[] getDeviceUsbPorts()
java.lang.String getInterfaceName(java.lang.String usbPortNumber)
usbPortNumber
- A String representing the USB port that the device is plugged into.java.lang.String getInterfaceType(java.lang.String ifaceName)
ifaceName
- A String representing the Ethernet interface name that has been assigned to the device.void registerListener(Usb2EthernetListener listener)
listener
- A class implementing the Usb2EthernetListener interfacevoid unregisterListener(Usb2EthernetListener listener)
listener
- A class implementing the Usb2EthernetListener interfaceCopyright © 2009 Eurotech Inc. All rights reserved.