BLUBeaconConfigurationOptions Constants Reference
Declared in | BLUConfigurableBeacon.h |
---|
BLUBeaconConfigurationOptions
Defines options for writing a configuration to a configurable beacon.
Definition
typedef NS_ENUM(NSUInteger, BLUBeaconConfigurationOptions ) {
BLUBeaconConfigurationOptionsChangedValues,
BLUBeaconConfigurationOptionsAllValues,
};
Constants
BLUBeaconConfigurationOptionsChangedValues
-
Only write those configuration values to a beacon that do not match its current settings.
Declared In
BLUConfigurableBeacon.h
. BLUBeaconConfigurationOptionsAllValues
-
Write all configuration values to the beacon. Override matching settings as well.
Declared In
BLUConfigurableBeacon.h
.
Declared In
BLUConfigurableBeacon.h