Property AllDiscoveredBeacons
AllDiscoveredBeacons
Gets a list of all beacons discovered in the last scanning session.
Declaration
public IReadOnlyList<BeaconInfo> AllDiscoveredBeacons { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<BeaconInfo> | Returns a list of all beacons discovered in the last scanning session. |
Remarks
A scanning session starts when you call StartAsync() and ends by calling StopAsync(). This property resets when user starts a new scanning session (by calling StartAsync()). A LastRssi value of 127 means the iBeacon device was detected, but no iBeacon data was received. While BeaconScanner is running, some entries can have a LastRssi of 127 even if this iBeacon device transmits iBeacon data due to how iBeacon devices transmit multiple packets with different information. If a packet not related to iBeacon is received first, then BeaconScanner may consider this device as a beacon that does not transmit iBeacon data until the first iBeacon data arrives. To avoid that scenario, check for a LastRssi value of 127 after stopping a scan session.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |