Reactive Bluetooth Low Energy Framework for iOS  1
RBTPeripheralModule(Beacon) Category Reference

#import <RBTPeripheralModule+Beacon.h>

Instance Methods

(void) - createIBeaconWithUUID:major:minor:
 Create a iBeacon with the specific UUID, minor an major Value and advertise it. More...
 
(RBTMutableService *) - createBeaconServiceWithRSSI:
 

Method Documentation

- (RBTMutableService *) createBeaconServiceWithRSSI: (signed char)  rssi

Create a beacon service, witch contain one characteristic with the given RSSI. This value should be the measured RSSI of the device from one meter distance.

Extends class RBTPeripheralModule.

- (void) createIBeaconWithUUID: (CBUUID *)  UUID
major: (CLBeaconMajorValue)  major
minor: (CLBeaconMinorValue)  minor 

Create a iBeacon with the specific UUID, minor an major Value and advertise it.

Extends class RBTPeripheralModule.


The documentation for this category was generated from the following files: