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
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 200.8 |
| .NET Windows | 200.6 - 200.8 |
| .NET Android | 200.6 - 200.8 |
| .NET iOS | 200.6 - 200.8 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |