Public Member Functions | |
| double | getLongitude () |
| double | getLatitude () |
| String | toString () |
| char | getLatitudeDir () |
| char | getLongitudeDir () |
| int | getBeaconInterval () |
| String | getBssid () |
| String | getChannelBits () |
| int | getDataRate () |
| String | getFlags () |
| int | getLastChannel () |
| String | getName () |
| int | getNoise () |
| int | getSignal () |
| int | getSNR () |
| String | getSsid () |
| String | getTimeSeen () |
| String | getType () |
Protected Member Functions | |
| void | setLatitudeDir (char latitudeDir) |
| void | setLongitudeDir (char longitudeDir) |
| void | setLatitude (double latitude) |
| void | setLongitude (double longitude) |
| void | setBeaconInterval (int beaconInterval) |
| void | setBssid (String bssid) |
| void | setChannelBits (String channelBits) |
| void | setDataRate (int dataRate) |
| void | setFlags (String flags) |
| void | setLastChannel (int lastChannel) |
| void | setName (String name) |
| void | setNoise (int noise) |
| void | setSignal (int signal) |
| void | setSNR (int snr) |
| void | setSsid (String ssid) |
| void | setTimeSeen (String timeSeen) |
| void | setType (String type) |
|
|
Returns the beacon interval of the object.
|
|
|
Returns the BSSID of the object.
|
|
|
Returns the number of channel bits used by the object.
|
|
|
Returns the data rate of the object - this is the value in the parsed file / 10.
|
|
|
Returns the flags of the object.
|
|
|
Returns the last channel field of the object.
|
|
|
Returns the latitude of the object as a positive double if north of the equator or negative if south of the equator.
|
|
|
Returns the latitude direction of the object as a character- 'N' for north of the equator - 'S' for south of the equator.
|
|
|
Returns the longitude of the object as a positive double if east of GMT or negative if west of GMT.
|
|
|
Returns the longitude direction of the object as a character- 'E' for east of GMT or 'W' for west of GMT.
|
|
|
Returns the name of the object.
|
|
|
Returns the noise component of the SNR.
|
|
|
Returns the signal component of the SNR.
|
|
|
Returns the SNR of the object.
|
|
|
Returns the SSID of the object.
|
|
|
Returns the time the object was encountered by NetStumbler.
|
|
|
Returns the type of the object.
|
|
|
Sets the beacon interval of the object.
|
|
|
Sets the BSSID o the object.
|
|
|
Sets the number of channel bits used by the object.
|
|
|
Sets the data rate of the object
|
|
|
Sets the flags of the object.
|
|
|
Sets the last channel field of the object.
|
|
|
Sets the latitude of the object.
|
|
|
Sets the latitude direction of the object - valid values are 'N' or 'S'.
|
|
|
Sets the longitude of the object.
|
|
|
Sets the longitude direction of the object - valid values are 'E' or 'W'.
|
|
|
Sets the name of the object.
|
|
|
Sets the noise component of the SNR.
|
|
|
Sets the signal component of the SNR.
|
|
|
Sets the SNR of the object.
|
|
|
Sets the SSID of the object.
|
|
|
Sets the time the object was encountered by NetStumbler.
|
|
|
Sets the type of the object.
|
|
|
Returns a string containing details of all the properties of the object.
|
1.4.1