Package lejos.hardware
Class Wifi
- java.lang.Object
-
- lejos.hardware.Wifi
-
public class Wifi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Wifi()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String[]getIfNames()static LocalWifiDevicegetLocalDevice(java.lang.String ifName)
-
-
-
Method Detail
-
getLocalDevice
public static LocalWifiDevice getLocalDevice(java.lang.String ifName)
-
getIfNames
public static java.lang.String[] getIfNames() throws java.io.IOException- Throws:
java.io.IOException
-
-