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