Logical Labs Bluetooth Low Energy Module for iOS

API Docs for: 1.2.7
Show:

Beacon Class

Module: Readme

Represents a beacon that was encountered during region monitoring. You do not create instances of this class directly. They will be delivered via the rangedBeacons event.

Item Index

Properties

accuracy

Number read-only

Available since 1.1.0

Indicates the one sigma horizontal accuracy in meters. Use this property to differentiate between beacons with the same proximity value. Do not use it to identify a precise location for the beacon. Accuracy values may fluctuate due to RF interference.

A negative value in this property signifies that the actual accuracy could not be determined.

major

Number read-only

Available since 1.1.0

The value identifying a group of beacons.

minor

Number read-only

Available since 1.1.0

The value identifying a specific beacon within a group.

proximity

Number read-only

Available since 1.1.0

The relative distance to the beacon.

RSSI

Number read-only

Available since 1.1.0

The received signal strength of the beacon, measured in decibels.

UUID

String read-only

Available since 1.1.0

The unique ID of the beacons being targeted.