Reactive Bluetooth Low Energy Framework for iOS  1
RBTPeripheralModule+Beacon.h
Go to the documentation of this file.
1 //
2 // Created by Martin Stöber
3 // Copyright (c) 2014-2015 ma design GmbH & Co. KG. All rights reserved.
4 //
5 
6 #import <Foundation/Foundation.h>
7 #import <CoreLocation/CoreLocation.h>
8 #import "RBTPeripheralModule.h"
9 
10 @class RBTMutableService;
11 
12 
14 
16 - (void)createIBeaconWithUUID:(CBUUID *)UUID major:(CLBeaconMajorValue)major minor:(CLBeaconMinorValue)minor;
17 
20 - (RBTMutableService *)createBeaconServiceWithRSSI:(signed char)rssi;
21 
22 @end
Definition: RBTMutableService.h:12
Definition: RBTPeripheralModule+Beacon.h:13