B4SBeacon Class Reference

Inherits from NSObject
Declared in B4SBeacon.h

  innerName

Name of the iBeacon : B4S:xxxx:xxxx

@property (nonatomic, retain) NSString *innerName

Declared In

B4SBeacon.h

  major

iBeacon major value

@property (nonatomic) long major

Declared In

B4SBeacon.h

  minor

iBeacon minor value

@property (nonatomic) long minor

Declared In

B4SBeacon.h

  distance

Distance from the iBeacon.

@property (nonatomic) int distance

Declared In

B4SBeacon.h

  lastRSSI

Last rssi value of the iBeacon.

@property (nonatomic) float lastRSSI

Declared In

B4SBeacon.h

  battLevel

Last battery level reported for the iBeacon.

@property (nonatomic) int battLevel

Declared In

B4SBeacon.h

  temperature

Last temperature reported for the iBeacon.

@property (nonatomic) int temperature

Declared In

B4SBeacon.h

  runStatus

@property (nonatomic) BOOL runStatus

  hwVersion

@property (nonatomic, retain) NSString *hwVersion

  fwVersion

@property (nonatomic, retain) NSString *fwVersion

  model

@property (nonatomic, retain) NSString *model

  lastSeenLongitude

Last longitude the iBeacon was seen.

@property (nonatomic, retain) NSNumber *lastSeenLongitude

Declared In

B4SBeacon.h

  lastSeenLatitude

Last latitude the iBeacon was seen.

@property (nonatomic, retain) NSNumber *lastSeenLatitude

Declared In

B4SBeacon.h

  lastScanDate

Last time the iBeacon was seen by a customer application

@property (nonatomic, retain) NSDate *lastScanDate

Declared In

B4SBeacon.h

  xPos

Map X position of the iBeacon

@property (nonatomic) int xPos

Declared In

B4SBeacon.h

  yPos

Map Y position of the iBeacon

@property (nonatomic) int yPos

Declared In

B4SBeacon.h

  zPos

Map Z position of the iBeacon

@property (nonatomic) int zPos

Declared In

B4SBeacon.h

  clientRef

iBeacon customer reference

@property (nonatomic, retain) NSString *clientRef

Declared In

B4SBeacon.h

  name

iBeacon given name

@property (nonatomic, retain) NSString *name

Declared In

B4SBeacon.h

  interactions

Interactions matching with the iBeacon.

@property (nonatomic, retain) NSMutableSet<B4SInteraction*> *interactions

Declared In

B4SBeacon.h

  beaconShop

Shop the iBeacon belongs to.

@property (readonly) B4SShop *beaconShop

Declared In

B4SBeacon.h

  location

Virtual beacon coordinates.

@property (nonatomic, retain) CLLocation *location

Declared In

B4SBeacon.h

  radius

Virtual beacon radius.

@property (nonatomic) float radius

Declared In

B4SBeacon.h

+ beacons

List of iBeacons downloaded from the backend

+ (NSArray<B4SBeacon*> *)beacons

Declared In

B4SBeacon.h

+ count

Number of iBeacons downloaded from the backend

+ (int)count

Declared In

B4SBeacon.h

  beaconDescription

Details on where is located

@property (readonly) NSString *beaconDescription

Declared In

B4SBeacon.h