com.esf.device.usb.manager.wifi.service
Interface WifiListener


public interface WifiListener


Method Summary
 void wifiDeviceAttached(java.lang.String usbPortAddress, java.lang.String interfaceName)
          This method is called when the Wifi device has been attached
 void wifiDeviceDetached(java.lang.String usbPortAddress, java.lang.String serialPort)
          This method is called when the Wifi device has been detached
 

Method Detail

wifiDeviceAttached

void wifiDeviceAttached(java.lang.String usbPortAddress,
                        java.lang.String interfaceName)
This method is called when the Wifi device has been attached

Parameters:
usbPortAddress - A String representing the USB port Address that the device is plugged into.
interfaceName - A String representing the interface name assigned to the USB device.

wifiDeviceDetached

void wifiDeviceDetached(java.lang.String usbPortAddress,
                        java.lang.String serialPort)
This method is called when the Wifi device has been detached

Parameters:
usbPortAddress - A String representing the USB port Address that the device is plugged into.
interfaceName - A String representing the interface name assigned to the USB device.