Tuya iOS Smart Life App SDK 5.15.0
ThingDeviceTimerBleSyncTask Class Reference

#import <ThingDeviceTimerBleSyncTask.h>

Inheritance diagram for ThingDeviceTimerBleSyncTask:

Instance Methods

(void(^)) - completion
 

Class Methods

(instancetype) + taskWithDeviceId:identifier:data:completion:
 
(instancetype) + taskWithDeviceId:identifier:data:completion:
 

Properties

NSString * deviceId
 
NSString * identifier
 任务唯一标识,只是用来 debug More...
 
NSData * data
 指令的 Data More...
 
NSString * desc
 任务描述信息 More...
 
void(^ completion )(NSData *_Nullable data, NSError *_Nullable error)
 

Detailed Description

Definition at line 12 of file ThingDeviceTimerBleSyncTask.h.

Method Documentation

◆ completion

- (void(^)) completion (NSData *_Nullable)  data
(NSError *_Nullable)  error 

◆ taskWithDeviceId:identifier:data:completion: [1/2]

+ (instancetype) taskWithDeviceId: (NSString *)  deviceId
identifier: (NSString *)  identifier
data: (NSData *)  data
completion: (void(^)(NSData *_Nullable data, NSError *_Nullable error))  completion 

◆ taskWithDeviceId:identifier:data:completion: [2/2]

+ (instancetype) taskWithDeviceId: (NSString *)  deviceId
identifier: (NSString *)  identifier
data: (NSData *)  data
completion: (void(^)(NSData *_Nullable data, NSError *_Nullable error))  completion 

Property Documentation

◆ completion

- (void(^ completion) (NSData *_Nullable data, NSError *_Nullable error))
readnonatomiccopy

◆ data

- (NSData *) data
readnonatomicassign

指令的 Data

Definition at line 20 of file ThingDeviceTimerBleSyncTask.h.

◆ desc

- (NSString *) desc
readwritenonatomiccopy

任务描述信息

Definition at line 23 of file ThingDeviceTimerBleSyncTask.h.

◆ deviceId

- (NSString *) deviceId
readnonatomiccopy

Definition at line 14 of file ThingDeviceTimerBleSyncTask.h.

◆ identifier

- (NSString *) identifier
readnonatomiccopy

任务唯一标识,只是用来 debug

Definition at line 17 of file ThingDeviceTimerBleSyncTask.h.


The documentation for this class was generated from the following files: