Show / Hide Table of Contents

Class BeaconInfo

Information about iBeacon produced by BeaconScanner.

Inheritance
System.Object
BeaconInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BeaconInfo
Remarks

Some of the data produced by BeaconScanner is not a part of the official iBeacon standard. In case it is impossible to retrieve the information from the transmitted radio data, some properties will be empty.

Properties

Name Description
BatteryLevel

Gets the battery level of the iBeacon in percent.

IBeaconIdentifier

Gets the iBeacon identifier that includes iBeacon UUID, major, and minor.

LastRssi

Gets the last Received Signal Strength Indicator (RSSI) of the iBeacon.

LastSeen

Gets the timestamp when the iBeacon was seen last.

Position

Gets the configured position of the iBeacon device.

TxPower

Gets the iBeacon Transmission power.

UniqueBeaconId

Gets a unique id linked to an iBeacon device.

See Also

BeaconScanner

Applies to

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.