BLUBluetoothBeacon Class Reference

Inherits from BLUBeacon : NSObject
Declared in BLUBluetoothBeacon.h

Overview

BLUBluetoothBeacon objects represent a BLUBeacon object received via CoreBluetooth scanning.

BLUBluetoothBeacon is a generic beacon super class representing the basic values of any beacon advertisement discovered using CoreBluetooth. Its various subclasses like BLUSBeacon or BLUEddystoneUIDBeacon are used to provide in-depth information about the represented beacon types.

Properties

  name

The local name of the beacon’s CoreBluetooth peripheral.

@property (nonatomic, readonly) NSString *name

Discussion

The local name of the beacon’s CoreBluetooth peripheral.

Declared In

BLUBluetoothBeacon.h

  transmissionPower

Emitted power value of a beacon at zero meters from its antenna. Measured in dBm.

@property (nonatomic, readonly) BLUTransmissionPower transmissionPower

Discussion

Emitted power value of a beacon at zero meters from its antenna. Measured in dBm.

Declared In

BLUBluetoothBeacon.h

  peripheralIdentifier

The beacon’s peripheral identifier. This value is uniquely assigned by iOS and will differ across installations.

@property (nonatomic, readonly) NSUUID *peripheralIdentifier

Discussion

The beacon’s peripheral identifier. This value is uniquely assigned by iOS and will differ across installations.

Declared In

BLUBluetoothBeacon.h