Tuya iOS Smart Life App SDK 5.15.0
ThingSmartLanMessageModel Class Reference

The local network message. More...

#import <ThingSmartLanMessageModel.h>

Inheritance diagram for ThingSmartLanMessageModel:

Properties

NSInteger protocol
 The protocol. More...
 
NSString * devId
 The device ID. More...
 
NSDictionary * body
 The message body. More...
 
NSData * data
 The message data. More...
 

Detailed Description

The local network message.

Definition at line 13 of file ThingSmartLanMessageModel.h.

Property Documentation

◆ body

- (NSDictionary *) body
readwritenonatomicstrong

The message body.

Definition at line 22 of file ThingSmartLanMessageModel.h.

◆ data

- (NSData *) data
readwritenonatomicstrong

The message data.

Definition at line 25 of file ThingSmartLanMessageModel.h.

◆ devId

- (NSString *) devId
readwritenonatomicstrong

The device ID.

Definition at line 19 of file ThingSmartLanMessageModel.h.

◆ protocol

- (NSInteger) protocol
readwritenonatomicassign

The protocol.

Definition at line 16 of file ThingSmartLanMessageModel.h.


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