GMBLBeacon Class Reference

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

Overview

Represents a physical beacon sighted by the SDK

  identifier

A unique string identifier (factory id) that represents the beacon

@property (readonly, nonatomic) NSString *identifier

Discussion

A unique string identifier (factory id) that represents the beacon

Declared In

GMBLBeacon.h

  uuid

A universally unique identifier (uuid) that represents the beacon

@property (readonly, nonatomic) NSString *uuid

Discussion

A universally unique identifier (uuid) that represents the beacon

Declared In

GMBLBeacon.h

  name

The name for the GMBLBeacon as assigned from Gimbal Manager

@property (readonly, nonatomic) NSString *name

Discussion

The name for the GMBLBeacon as assigned from Gimbal Manager

Declared In

GMBLBeacon.h

  iconURL

The iconUrl for the GMBLBeacon

@property (readonly, nonatomic, nullable) NSString *iconURL

Discussion

The iconUrl for the GMBLBeacon

Declared In

GMBLBeacon.h

  batteryLevel

The battery level for the GMBLBeacon

@property (readonly, nonatomic) GMBLBatteryLevel batteryLevel

Discussion

The battery level for the GMBLBeacon

Declared In

GMBLBeacon.h

  temperature

The temperature measured by the beacon in degrees Fahrenheit. If no temperature reading is available for this beacon, the value is NSIntegerMax.

@property (readonly, nonatomic) NSInteger temperature

Discussion

The temperature measured by the beacon in degrees Fahrenheit. If no temperature reading is available for this beacon, the value is NSIntegerMax.

Declared In

GMBLBeacon.h