BLUMotionBeacon Class Reference
Inherits from | BLUBluetoothBeacon : BLUBeacon : NSObject |
---|---|
Declared in | BLUMotionBeacon.h |
Overview
BLUMotionBeacon
objects represent beacons that have been identified as Bluvision Motion beacons.
Motion beacon objects hold the telemetry data included in Motion advertisements.
Properties
battery
The battery that is associated with this beacon.
@property (nonatomic, readonly) BLUBattery *battery
Discussion
The battery that is associated with this beacon.
See Also
Declared In
BLUMotionBeacon.h
temperature
The ambient temperature currently measured by this beacon.
@property (nonatomic, readonly) BLUTemperature *temperature
Discussion
The ambient temperature currently measured by this beacon.
See Also
Declared In
BLUMotionBeacon.h
eventCounter
The beacon’s acceleration event counter.
@property (nonatomic, readonly) NSArray *eventCounter
Discussion
The beacon’s acceleration event counter.
Declared In
BLUMotionBeacon.h
xAxisAcceleration
The currently measured g-force acceleration value for this beacon’s x-axis.
@property (nonatomic, readonly) NSNumber *xAxisAcceleration
Discussion
The currently measured g-force acceleration value for this beacon’s x-axis.
Declared In
BLUMotionBeacon.h
yAxisAcceleration
The currently measured g-force acceleration value for this beacon’s y-axis.
@property (nonatomic, readonly) NSNumber *yAxisAcceleration
Discussion
The currently measured g-force acceleration value for this beacon’s y-axis.
Declared In
BLUMotionBeacon.h
zAxisAcceleration
The currently measured g-force acceleration value for this beacon’s z-axis.
@property (nonatomic, readonly) NSNumber *zAxisAcceleration
Discussion
The currently measured g-force acceleration value for this beacon’s z-axis.
Declared In
BLUMotionBeacon.h