ESTBeaconOperationEstimoteTLMInterval
@interface ESTBeaconOperationEstimoteTLMInterval
: ESTSettingOperation <ESTBeaconOperationProtocol>
ESTBeaconOperationEstimoteTLMInterval allows to create read/write operations for Estimote Telemetry Advertising Interval setting of a device.
-
Method allows to create read operation for Estimote Telemetry Advertising Interval setting.
Declaration
Objective-C
+ (nonnull instancetype)readOperationWithCompletion: (nonnull ESTSettingEstimoteTLMIntervalCompletionBlock)completion;Swift
class func readOperation(completion: @escaping ESTSettingEstimoteTLMIntervalCompletionBlock) -> SelfParameters
completionBlock invoked when the operation is complete.
Return Value
Initialized object.
-
Method allows to create write operation for Estimote Telemetry Advertising Interval setting.
Declaration
Objective-C
+ (nonnull instancetype) writeOperationWithSetting:(nonnull ESTSettingEstimoteTLMInterval *)setting completion: (nonnull ESTSettingEstimoteTLMIntervalCompletionBlock) completion;Swift
class func writeOperation(withSetting setting: ESTSettingEstimoteTLMInterval, completion: @escaping ESTSettingEstimoteTLMIntervalCompletionBlock) -> SelfParameters
settingSetting to be written to a device.
completionBlock invoked when the operation is complete.
Return Value
Initialized object.
View on GitHub
ESTBeaconOperationEstimoteTLMInterval Class Reference