com.eurotech.framework.net.wifi
Class WifiHotspotInfo

java.lang.Object
  extended by com.eurotech.framework.net.wifi.WifiHotspotInfo

public class WifiHotspotInfo
extends Object


Constructor Summary
WifiHotspotInfo(String ssid, String macAddress, int signalLevel, int channel, int frequency, WifiSecurity security)
           
 
Method Summary
 int getChannel()
           
 int getFrequency()
           
 String getMacAddress()
           
 WifiSecurity getSecurity()
           
 int getSignalLevel()
           
 String getSsid()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WifiHotspotInfo

public WifiHotspotInfo(String ssid,
                       String macAddress,
                       int signalLevel,
                       int channel,
                       int frequency,
                       WifiSecurity security)
Method Detail

getSsid

public String getSsid()

getMacAddress

public String getMacAddress()

getSignalLevel

public int getSignalLevel()

getChannel

public int getChannel()

getFrequency

public int getFrequency()

getSecurity

public WifiSecurity getSecurity()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.