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