com.esf.device.usb.manager.ethernet.service
Interface Usb2EthernetListener
public interface Usb2EthernetListener
Method Summary |
void |
usb2EthernetDeviceAttached(java.lang.String usbPortAddress,
java.lang.String ifaceName)
This method is called when the USB-To-Ethernet device has been attached |
void |
usb2EthernetDeviceDetached(java.lang.String usbPortAddress,
java.lang.String ifaceName)
This method is called when the USB-To-Ethernet device has been detached |
usb2EthernetDeviceAttached
void usb2EthernetDeviceAttached(java.lang.String usbPortAddress,
java.lang.String ifaceName)
- This method is called when the USB-To-Ethernet device has been attached
- Parameters:
usbPortAddress
- A String representing the USB port Address that the device is plugged into.ifaceName
- A String representing the Ethernet interface name assigned to the USB device.
usb2EthernetDeviceDetached
void usb2EthernetDeviceDetached(java.lang.String usbPortAddress,
java.lang.String ifaceName)
- This method is called when the USB-To-Ethernet device has been detached
- Parameters:
usbPortAddress
- A String representing the USB port Address that the device is plugged into.ifaceName
- A String representing the Ethernet interface name assigned to the USB device.