public interface WifiListener
Modifier and Type | Method and Description |
---|---|
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 interfaceName)
This method is called when the Wifi device has been detached
|
void wifiDeviceAttached(java.lang.String usbPortAddress, java.lang.String interfaceName)
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.void wifiDeviceDetached(java.lang.String usbPortAddress, java.lang.String interfaceName)
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.Copyright © 2009 Eurotech Inc. All rights reserved.