ESTSettingEddystoneTLMIntervalError
enum ESTSettingEddystoneTLMIntervalError {}
Describes Eddystone Telemetry Advertising Interval validation error.
-
Provided value is too small.
Declaration
Objective-C
ESTSettingEddystoneTLMIntervalErrorValueTooSmall = 1Swift
case valueTooSmall = 1 -
Provided value is too big.
Declaration
Objective-C
ESTSettingEddystoneTLMIntervalErrorValueTooBigSwift
case valueTooBig = 2
View on GitHub
ESTSettingEddystoneTLMIntervalError Enumeration Reference