BLUEddystoneTLMBeacon Class Reference
Inherits from | BLUBluetoothBeacon : BLUBeacon : NSObject |
---|---|
Declared in | BLUEddystoneTLMBeacon.h |
Overview
BLUEddystoneTLMBeacon
objects represent BLUBluetoothBeacon
objects that have been identified as EddystoneBeacon TLM.
A BLUEddystoneTLMBeacon
object represents a recurring EddystoneBeacon TLM advertisement.
Telemetry properties
battery
Battery information about this EddystoneBeacon or nil
.
Battery information is part of the EddystoneBeacon TLM advertisement type.
@property (nonatomic, readonly) BLUBattery *battery
Discussion
Battery information about this EddystoneBeacon or nil
.
Battery information is part of the EddystoneBeacon TLM advertisement type.
Declared In
BLUEddystoneTLMBeacon.h
temperature
The ambient temperature currently measured by this beacon. The ambient temperature is part of the EddystoneBeacon TLM advertisement type.
@property (nonatomic, readonly) BLUTemperature *temperature
Discussion
The ambient temperature currently measured by this beacon. The ambient temperature is part of the EddystoneBeacon TLM advertisement type.
See Also
Declared In
BLUEddystoneTLMBeacon.h
frameCount
The number of advertisements sent by the beacon since its power-up or last reboot. The number of sent advertisements is part of the EddystoneBeacon TLM advertisement type.
@property (nonatomic, readonly) NSUInteger frameCount
Discussion
The number of advertisements sent by the beacon since its power-up or last reboot. The number of sent advertisements is part of the EddystoneBeacon TLM advertisement type.
Declared In
BLUEddystoneTLMBeacon.h
uptime
The time interval elapsed since the beacon’s power-up or last reboot. Measured in seconds with a 0.1 second resolution. The beacon’s uptime is part of the EddystoneBeacon TLM advertisement type.
@property (nonatomic, readonly) NSTimeInterval uptime
Discussion
The time interval elapsed since the beacon’s power-up or last reboot. Measured in seconds with a 0.1 second resolution. The beacon’s uptime is part of the EddystoneBeacon TLM advertisement type.
Declared In
BLUEddystoneTLMBeacon.h