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