![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
The status model of transfer. More...
#import <ThingGatewayTransferManager.h>
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... | |
The status model of transfer.
Definition at line 30 of file ThingGatewayTransferManager.h.
|
readwritenonatomicstrong |
The failed code, returned when failed.
Definition at line 45 of file ThingGatewayTransferManager.h.
|
readwritenonatomicstrong |
The device id of the source gateway.
Definition at line 39 of file ThingGatewayTransferManager.h.
|
readwritenonatomicassign |
The status of transfer.
Definition at line 42 of file ThingGatewayTransferManager.h.
|
readwritenonatomicstrong |
The device id of the faulty gateway.
Definition at line 33 of file ThingGatewayTransferManager.h.
|
readwritenonatomicstrong |
The device name of the faulty gateway.
Definition at line 36 of file ThingGatewayTransferManager.h.
|
readwritenonatomicassign |
the time in millisecond when status changed.
Definition at line 48 of file ThingGatewayTransferManager.h.