Tuya iOS Smart Life App SDK 5.15.0
ThingSmartMessageEncryptRequestModel Class Reference

The modelof encrypt Request. More...

#import <ThingSmartMessageRequestModel.h>

Inheritance diagram for ThingSmartMessageEncryptRequestModel:

Properties

NSString * businessNo
 The message number. More...
 
NSString * deviceId
 The device id, such as msgSrcId. More...
 
long long homeId
 The home id, data from ThingSmartMessageListModel. More...
 
NSInteger time
 The timestamp of a message. More...
 

Detailed Description

The modelof encrypt Request.

Definition at line 103 of file ThingSmartMessageRequestModel.h.

Property Documentation

◆ businessNo

- (NSString *) businessNo
readwritenonatomiccopy

The message number.

Definition at line 106 of file ThingSmartMessageRequestModel.h.

◆ deviceId

- (NSString *) deviceId
readwritenonatomiccopy

The device id, such as msgSrcId.

Definition at line 109 of file ThingSmartMessageRequestModel.h.

◆ homeId

- (long long) homeId
readwritenonatomicassign

The home id, data from ThingSmartMessageListModel.

Definition at line 112 of file ThingSmartMessageRequestModel.h.

◆ time

- (NSInteger) time
readwritenonatomicassign

The timestamp of a message.

Definition at line 115 of file ThingSmartMessageRequestModel.h.


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