BLUSlotData Class Reference

Inherits from NSObject
Declared in BLUSlotData.h
BLUSlotData.m

Overview

BLUSlotData objects are used to represent and manage the configuration of the data contained in a BlueBeacon advertising slot.

  eddystone

The Eddystone data for the slot.

@property (nullable, nonatomic, readonly) BLUEddystoneData *eddystone

Declared In

BLUSlotData.h

  ibeacon

The iBeacon data for the slot.

@property (nullable, nonatomic, readonly) BLUiBeaconData *ibeacon

Declared In

BLUSlotData.h

  quuppa

The Quuppa data for the slot.

@property (nullable, nonatomic, readonly) BLUQuuppaData *quuppa

Declared In

BLUSlotData.h

  sensor

The Sensor data for the slot.

@property (nullable, nonatomic, readonly) BLUSensorData *sensor

Declared In

BLUSlotData.h