Tuya iOS Smart Life App SDK 5.15.0
WTLEventRequestPath Class Reference

#import <WTLBaseDevice.h>

Inheritance diagram for WTLEventRequestPath:

Class Methods

(WTLEventRequestPath *) + requestPathWithEndpointID:clusterID:eventID:
 

Properties

NSNumber * endpoint
 
NSNumber * cluster
 
NSNumber * event
 

Detailed Description

A path indicating an event being requested (for read or subscribe).

nil is used to represent wildcards.

Definition at line 174 of file WTLBaseDevice.h.

Method Documentation

◆ requestPathWithEndpointID:clusterID:eventID:

+ (WTLEventRequestPath *) requestPathWithEndpointID: (NSNumber *_Nullable)  endpointID
clusterID: (NSNumber *_Nullable)  clusterID
eventID: (NSNumber *_Nullable)  WTL_NEWLY_AVAILABLE 

Property Documentation

◆ cluster

- (NSNumber*) cluster
readnonatomiccopy

Definition at line 176 of file WTLBaseDevice.h.

◆ endpoint

- (NSNumber*) endpoint
readnonatomiccopy

Definition at line 175 of file WTLBaseDevice.h.

◆ event

- (NSNumber*) event
readnonatomiccopy

Definition at line 177 of file WTLBaseDevice.h.


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