Tuya iOS Smart Life App SDK 5.15.0
ThingSmartCommunication Class Reference

The device communication. More...

#import <ThingSmartCommunication.h>

Inheritance diagram for ThingSmartCommunication:

Properties

NSArray< ThingSmartCommunicationMode * > * communicationModes
 The communication sequence. More...
 
NSString * communicationNode
 The communication nodes. More...
 
NSInteger connectStatus
 The connection status. More...
 
NSString * localCommunicationNode
 
NSString * localNodeId
 
NSInteger localDataModel
 
NSInteger dataModel
 The data model. 1-DP Model , 2-Thing Model. More...
 
long mqttTopicAttr
 The mqtt topic attribute. 0-Default 1-Thing-Link. More...
 

Detailed Description

The device communication.

Definition at line 39 of file ThingSmartCommunication.h.

Property Documentation

◆ communicationModes

- (NSArray< ThingSmartCommunicationMode * > *) communicationModes
readwritenonatomicstrong

The communication sequence.

Definition at line 42 of file ThingSmartCommunication.h.

◆ communicationNode

- (NSString *) communicationNode
readwritenonatomicstrong

The communication nodes.

Definition at line 45 of file ThingSmartCommunication.h.

◆ connectStatus

- (NSInteger) connectStatus
readwritenonatomicassign

The connection status.

Definition at line 51 of file ThingSmartCommunication.h.

◆ dataModel

- (NSInteger) dataModel
readwritenonatomicassign

The data model. 1-DP Model , 2-Thing Model.

Definition at line 61 of file ThingSmartCommunication.h.

◆ localCommunicationNode

- (NSString *) localCommunicationNode
readwritenonatomicstrong

Definition at line 54 of file ThingSmartCommunication.h.

◆ localDataModel

- (NSInteger) localDataModel
readwritenonatomicassign

Definition at line 58 of file ThingSmartCommunication.h.

◆ localNodeId

- (NSString *) localNodeId
readwritenonatomicstrong

Definition at line 56 of file ThingSmartCommunication.h.

◆ mqttTopicAttr

- (long) mqttTopicAttr
readwritenonatomicassign

The mqtt topic attribute. 0-Default 1-Thing-Link.

Definition at line 64 of file ThingSmartCommunication.h.


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