SIKBeacon Class Reference
| Inherits from | NSObject |
| Declared in | SIKBeacon.h |
Overview
The SIKBeacon class defines the interface of a sensoro beacon device. You can use instances of this class to get rssi, sensor data or configurate device settings. You do not create instances of this class directly. Use SBKBeaconManager to get SBKBeacon instances.
The identity of a beacon is defined by its beaconID properties.
Properties
device
The beacon’s device data , is SBKBeacon object show beacon’s infomation
@property (readonly, nonatomic, strong) SBKBeacon *deviceDiscussion
The beacon’s device data , is SBKBeacon object show beacon’s infomation
Declared In
SIKBeacon.hidentifier
The beacon’s identifier
@property (readonly, nonatomic, copy) NSString *identifierDiscussion
The beacon’s identifier
also use beacon’s UMM as it’s identifier
Declared In
SIKBeacon.h