public class WifiInfo extends Signal
location, TYPE_BEACON, TYPE_GEOFENCE, TYPE_WIFIproperties| Modifier and Type | Method and Description |
|---|---|
long |
getLastDetected()
Return the lastDetected timestamp.
|
java.lang.String |
getName()
Get the SSID of the currently attached network.
|
double |
getRange()
Return the approximate range to this access point.
|
int |
getRssi()
Get ths RSSI associated with the last update from the operating system.
|
int |
getType()
Return the signal type of this object.
|
java.lang.String |
toString() |
getAttachments, getAttributes, getError, getLabels, getLocation, getURN, setErrorpublic int getType()
public long getLastDetected()
getLastDetected in class Signalpublic double getRange()
public int getRssi()
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Object