GMBLBeaconSighting Class Reference

Inherits from NSObject
Conforms to NSCopying
NSSecureCoding
Declared in GMBLBeaconSighting.h

Overview

The GMBLBeaconSighting class defines a beacon sighting with beacon attributes defined in GMBLBeacon

  RSSI

The rssi value for the beacon sighted

@property (readonly, nonatomic) NSInteger RSSI

Discussion

The rssi value for the beacon sighted

Declared In

GMBLBeaconSighting.h

  date

The field representing the beacon sighted date

@property (readonly, nonatomic) NSDate *date

Discussion

The field representing the beacon sighted date

Declared In

GMBLBeaconSighting.h

  beacon

The beacon object with beacon attributes

@property (readonly, nonatomic) GMBLBeacon *beacon

Discussion

The beacon object with beacon attributes

Declared In

GMBLBeaconSighting.h