POLS

WiFiReading Constructor 

Constructor with the basic fields of a WiFiReading

public WiFiReading(
   string mac,
   string device,
   int rssi,
   bool wep,
   bool inf
);

Parameters

mac
MAC address
device
Name of the device this reading was collected on
rssi
RSSI value of the reading
wep
WEP setting
inf
Infrastructure mode

See Also

WiFiReading Class | POLS.Spotters Namespace