Tuya iOS Smart Life App SDK 5.15.0
ThingSmartCameraConfig Class Reference

#import <ThingSmartCameraFactory.h>

Inheritance diagram for ThingSmartCameraConfig:
ThingSmartCameraAbility ThingSmartCameraAbility

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...
 

Detailed Description

Definition at line 18 of file ThingSmartCameraFactory.h.

Property Documentation

◆ devId

- (NSString *) devId
readwritenonatomicstrong

[^en] device id of the camera [$en]

[^zh] 设备id [$zh]

Definition at line 29 of file ThingSmartCameraFactory.h.

◆ isLocalChannel

- (BOOL) isLocalChannel
readwritenonatomicassign

是否走局域网通道

Definition at line 119 of file ThingSmartCameraFactory.h.

◆ localKey

- (NSString *) localKey
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.

◆ p2pConfig

- (NSDictionary *) p2pConfig
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.

◆ p2pId

- (NSString *) p2pId
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.

◆ p2pSpecifiedType

- (NSInteger) p2pSpecifiedType
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.

◆ password

- (NSString *) password
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.

◆ screenMediaSkills

- (NSString *) screenMediaSkills
readwritenonatomiccopy

media skills of device's screen

Definition at line 125 of file ThingSmartCameraFactory.h.

◆ skills

- (NSString *) skills
readwritenonatomicstrong

skills of camera device

Definition at line 122 of file ThingSmartCameraFactory.h.

◆ subDic

- (NSDictionary *) subDic
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.

◆ traceId

- (NSString *) traceId
readwritenonatomicstrong

Definition at line 116 of file ThingSmartCameraFactory.h.

◆ uid

- (NSString *) uid
readwritenonatomicstrong

[^en] ThingSmartUser.uid [$en]

[^zh] ThingSmartUser 的 uid 属性 [$zh]

Definition at line 96 of file ThingSmartCameraFactory.h.


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