![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSmartCameraFactory.h>
Properties | |
NSString * | devId |
NSString * | p2pId |
NSString * | password |
NSDictionary * | p2pConfig |
NSInteger | p2pSpecifiedType |
NSString * | localKey |
NSString * | uid |
NSDictionary * | subDic |
NSString * | traceId |
BOOL | isLocalChannel |
是否走局域网通道 More... | |
NSString * | skills |
skills of camera device More... | |
NSString * | screenMediaSkills |
media skills of device's screen More... | |
Definition at line 18 of file ThingSmartCameraFactory.h.
|
readwritenonatomicstrong |
[^en] device id of the camera [$en]
[^zh] 设备id [$zh]
Definition at line 29 of file ThingSmartCameraFactory.h.
|
readwritenonatomicassign |
是否走局域网通道
Definition at line 119 of file ThingSmartCameraFactory.h.
|
readwritenonatomicstrong |
[^en] The "localKey" property in the ThingSmartDeviceModel object corresponding to the camera device. [$en]
[^zh] camera 的 ThingSmartDeviceModel 对象中的 "localKey" 属性 [$zh]
Definition at line 85 of file ThingSmartCameraFactory.h.
|
readwritenonatomicstrong |
[^en] Get the configuration data through the "thing.m.ipc.config.get" api, the value of the "p2pConfig" field in the data.if there is no "p2pConfig" field, set nil. [$en]
[^zh] 请求 "thing.m.ipc.config.get" api得到的配置数据中的"p2pConfig" 字段, 如果不存在 "p2pConfig" 字段,则置为nil [$zh]
Definition at line 62 of file ThingSmartCameraFactory.h.
|
readwritenonatomicstrong |
[^en] Get the configuration data through the "thing.m.ipc.config.get" api, the value of the "p2pId" field in the data. [$en]
[^zh] 请求 "thing.m.ipc.config.get" api得到的配置数据中的"p2pId" 字段 [$zh]
Definition at line 40 of file ThingSmartCameraFactory.h.
|
readwritenonatomicassign |
[^en] Get the configuration data through the "thing.m.ipc.config.get" api, the value of the "p2pSpecifiedType" field in the data. [$en]
[^zh] 请求 "thing.m.ipc.config.get" api得到的配置数据中的"p2pSpecifiedType" 字段 [$zh]
Definition at line 73 of file ThingSmartCameraFactory.h.
|
readwritenonatomicstrong |
[^en] Get the configuration data through the "thing.m.ipc.config.get" api, the value of the "password" field in the data. [$en]
[^zh] 请求 "thing.m.ipc.config.get" api得到的配置数据中的"password" 字段 [$zh]
Definition at line 51 of file ThingSmartCameraFactory.h.
|
readwritenonatomiccopy |
media skills of device's screen
Definition at line 125 of file ThingSmartCameraFactory.h.
|
readwritenonatomicstrong |
skills of camera device
Definition at line 122 of file ThingSmartCameraFactory.h.
|
readwritenonatomicstrong |
[^en] camera station sub device info
NSDictionary *dic ="did" : stationDid, @"subDid" : listDevicDid}; [$en] [^zh] camera 基站子设备信息 NSDictionary *dic =@"did" : stationDid, @"subDid" : listDevicDid}; [$zh]
Definition at line 113 of file ThingSmartCameraFactory.h.
|
readwritenonatomicstrong |
Definition at line 116 of file ThingSmartCameraFactory.h.
|
readwritenonatomicstrong |
[^en] ThingSmartUser.uid [$en]
[^zh] ThingSmartUser 的 uid 属性 [$zh]
Definition at line 96 of file ThingSmartCameraFactory.h.