SWRLWifiInfo Class Reference

Inherits from SWRLSignal : SWRLObject : NSObject
Declared in SWRLWifiManager.h
SWRLWifiManager.m

Overview

A SWRLWifiInfo object is a SWRLSignal which represents a wifi access point that the mobile device is or was connected to. In order to activate detection, the SSIDs of the networks you are interested in need to be white-listed in the platform and all of the BSSIDs need to be added. Any wifi events not related to the white-listed SSIDs and listed BSSIDs are not reported.

Accessing Attributes

  rssi

The Signal strength (if available) associated with the detection event.

@property (nonatomic, readonly) int rssi

Declared In

SWRLWifiManager.h

Other Methods

– lastDetected

Timestamp of last detection of this signal.

- (NSTimeInterval)lastDetected

Declared In

SWRLSignal.h

– type

Type of signal.

- (SWRLSignalType)type

Declared In

SWRLSignal.h