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.

Tasks

SIKBeacon Properties

Properties

device

The beacon’s device data , is SBKBeacon object show beacon’s infomation

@property (readonly, nonatomic, strong) SBKBeacon *device

Discussion

The beacon’s device data , is SBKBeacon object show beacon’s infomation

Declared In

SIKBeacon.h

identifier

The beacon’s identifier

@property (readonly, nonatomic, copy) NSString *identifier

Discussion

The beacon’s identifier

also use beacon’s UMM as it’s identifier

Declared In

SIKBeacon.h

metadata

The beacon’s custom config infomation

@property (readonly, nonatomic, strong) NSDictionary *metadata

Discussion

The beacon’s custom config infomation

Declared In

SIKBeacon.h

name

The beacon’s name in SENSORO Cloud’s App

@property (readonly, nonatomic, copy) NSString *name

Discussion

The beacon’s name in SENSORO Cloud’s App

Declared In

SIKBeacon.h