BLULightSensorBeacon Class Reference
Inherits from | BLUBluetoothBeacon : BLUBeacon : NSObject |
---|---|
Declared in | BLULightSensorBeacon.h |
Overview
BLULightSensorBeacon
objects represent beacons that have been identified as Bluvision light sensor beacons.
Light sensor beacon objects hold the telemetry data and identifier included in light sensor advertisements.
Properties
identifier
The beacon’s 64 bit numeric identifier.
@property (nonatomic, readonly) NSNumber *identifier
Discussion
The beacon’s 64 bit numeric identifier.
Declared In
BLULightSensorBeacon.h
lumens
The ambient light currently measured by this beacon in lumens.
@property (nonatomic, readonly) NSNumber *lumens
Discussion
The ambient light currently measured by this beacon in lumens.
Declared In
BLULightSensorBeacon.h