Tuya iOS Smart Life App SDK 5.15.0
ThingCameraCollectionPointModel Class Reference

Collection point model. More...

#import <ThingSmartPTZManager.h>

Inheritance diagram for ThingCameraCollectionPointModel:

Class Methods

(NSArray *) + modelsWithDictArray:
 
(NSArray *) + modelsWithDictArray:
 

Properties

NSString * devId
 Device id. More...
 
NSString * pointId
 Collection point id. More...
 
NSString * mpId
 Unique id in the device, generated by the device. More...
 
NSString * name
 Collection point name. More...
 
NSString * pic
 The address of the picture. More...
 
NSString * pos
 Collection point location information. More...
 
NSString * encryption
 Picture decryption key. More...
 

Detailed Description

Collection point model.

Definition at line 45 of file ThingSmartPTZManager.h.

Method Documentation

◆ modelsWithDictArray: [1/2]

+ (NSArray *) modelsWithDictArray: (NSArray *)  dictArray

Generate a collection point model array

Parameters
dictArrayCollection point diction array

◆ modelsWithDictArray: [2/2]

+ (NSArray *) modelsWithDictArray: (NSArray *)  dictArray

Generate a collection point model array

Parameters
dictArrayCollection point diction array

Property Documentation

◆ devId

- (NSString *) devId
readwritenonatomicstrong

Device id.

Definition at line 47 of file ThingSmartPTZManager.h.

◆ encryption

- (NSString *) encryption
readwritenonatomicstrong

Picture decryption key.

Definition at line 59 of file ThingSmartPTZManager.h.

◆ mpId

- (NSString *) mpId
readwritenonatomicstrong

Unique id in the device, generated by the device.

Definition at line 51 of file ThingSmartPTZManager.h.

◆ name

- (NSString *) name
readwritenonatomicstrong

Collection point name.

Definition at line 53 of file ThingSmartPTZManager.h.

◆ pic

- (NSString *) pic
readwritenonatomicstrong

The address of the picture.

Definition at line 55 of file ThingSmartPTZManager.h.

◆ pointId

- (NSString *) pointId
readwritenonatomicstrong

Collection point id.

Definition at line 49 of file ThingSmartPTZManager.h.

◆ pos

- (NSString *) pos
readwritenonatomicstrong

Collection point location information.

Definition at line 57 of file ThingSmartPTZManager.h.


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