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