Tuya iOS Smart Life App SDK 5.15.0
ThingGatewayTransferInfo Class Reference

The status model of transfer. More...

#import <ThingGatewayTransferManager.h>

Inheritance diagram for ThingGatewayTransferInfo:

Properties

NSString * targetDeviceId
 The device id of the faulty gateway. More...
 
NSString * targetDeviceName
 The device name of the faulty gateway. More...
 
NSString * sourceDeviceId
 The device id of the source gateway. More...
 
ThingGatewayTransferStatus status
 The status of transfer. More...
 
NSString * failedCode
 The failed code, returned when failed. More...
 
double time
 the time in millisecond when status changed. More...
 

Detailed Description

The status model of transfer.

Definition at line 30 of file ThingGatewayTransferManager.h.

Property Documentation

◆ failedCode

- (NSString *) failedCode
readwritenonatomicstrong

The failed code, returned when failed.

Definition at line 45 of file ThingGatewayTransferManager.h.

◆ sourceDeviceId

- (NSString *) sourceDeviceId
readwritenonatomicstrong

The device id of the source gateway.

Definition at line 39 of file ThingGatewayTransferManager.h.

◆ status

- (ThingGatewayTransferStatus) status
readwritenonatomicassign

The status of transfer.

Definition at line 42 of file ThingGatewayTransferManager.h.

◆ targetDeviceId

- (NSString *) targetDeviceId
readwritenonatomicstrong

The device id of the faulty gateway.

Definition at line 33 of file ThingGatewayTransferManager.h.

◆ targetDeviceName

- (NSString *) targetDeviceName
readwritenonatomicstrong

The device name of the faulty gateway.

Definition at line 36 of file ThingGatewayTransferManager.h.

◆ time

- (double) time
readwritenonatomicassign

the time in millisecond when status changed.

Definition at line 48 of file ThingGatewayTransferManager.h.


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