Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 200.8
.NET Windows200.6 - 200.8
.NET Android200.6 - 200.8
.NET iOS200.6 - 200.8
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In This Article
Back to top Copyright © 2022 Esri.