Tuya iOS Smart Life App SDK 5.15.0
<ThingBleGatewayServiceAddDeviceDelegate> Protocol Reference

#import <ThingSmartBleGatewayService.h>

Inheritance diagram for <ThingBleGatewayServiceAddDeviceDelegate>:

Instance Methods

(void) - onReceiveAddDeviceSuccess:
 
(void) - onReceiveAddDeviceFailure:error:
 
(void) - onError:
 
(void) - onReceiveAddDeviceFinish
 Add complete. More...
 
(void) - onReceiveAddDeviceSuccess:
 
(void) - onReceiveAddDeviceFailure:error:
 
(void) - onError:
 
(void) - onReceiveAddDeviceFinish
 Add complete. More...
 

Detailed Description

Definition at line 24 of file ThingSmartBleGatewayService.h.

Method Documentation

◆ onError: [1/2]

- (void) onError: (NSError *)  error

Error adding device

Parameters
errorerror

◆ onError: [2/2]

- (void) onError: (NSError *)  error

Error adding device

Parameters
errorerror

◆ onReceiveAddDeviceFailure:error: [1/2]

- (void) onReceiveAddDeviceFailure: (NSString *)  deviceId
error: (NSError *)  error 

Add a device Failed

Parameters
errorerror
deviceIddevice Id

◆ onReceiveAddDeviceFailure:error: [2/2]

- (void) onReceiveAddDeviceFailure: (NSString *)  deviceId
error: (NSError *)  error 

Add a device Failed

Parameters
errorerror
deviceIddevice Id

◆ onReceiveAddDeviceFinish [1/2]

- (void) onReceiveAddDeviceFinish

Add complete.

◆ onReceiveAddDeviceFinish [2/2]

- (void) onReceiveAddDeviceFinish

Add complete.

◆ onReceiveAddDeviceSuccess: [1/2]

- (void) onReceiveAddDeviceSuccess: (NSString *)  deviceId

Add a device successfully

Parameters
deviceIddevice id

◆ onReceiveAddDeviceSuccess: [2/2]

- (void) onReceiveAddDeviceSuccess: (NSString *)  deviceId

Add a device successfully

Parameters
deviceIddevice id

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