public class WifiAccessPoint
extends java.lang.Object
macAddress
is required; all other fields are optional.
Please see WiFi Access Point Objects for more detail.
Modifier and Type | Class and Description |
---|---|
static class |
WifiAccessPoint.WifiAccessPointBuilder |
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
age
age : The number of milliseconds since this access point was detected. |
java.lang.Integer |
channel
channel : The channel over which the client is communicating with the access point. |
java.lang.String |
macAddress
macAddress : (required) The MAC address of the WiFi node. |
java.lang.Integer |
signalStrength
signalStrength : The current signal strength measured in dBm. |
java.lang.Integer |
signalToNoiseRatio
signalToNoiseRatio : The current signal to noise ratio measured in dB. |
Constructor and Description |
---|
WifiAccessPoint() |
public java.lang.String macAddress
macAddress
: (required) The MAC address of the WiFi node. Separators must be : (colon) and
hex digits must use uppercase.public java.lang.Integer signalStrength
signalStrength
: The current signal strength measured in dBm.public java.lang.Integer age
age
: The number of milliseconds since this access point was detected.public java.lang.Integer channel
channel
: The channel over which the client is communicating with the access point.public java.lang.Integer signalToNoiseRatio
signalToNoiseRatio
: The current signal to noise ratio measured in dB.