Tuya iOS Smart Life App SDK 5.15.0
<ThingSmartBleMeshDelegate> Protocol Reference

The Bluetooth LE mesh delegate that is instantiated when the mesh network is used to perform a specific action. More...

#import <ThingSmartBleMesh.h>

Inheritance diagram for <ThingSmartBleMeshDelegate>:

Instance Methods

(void) - subDeviceUpdateWithAddress:dps:
 The data point (DP) update. More...
 
(void) - bleMeshReceiveRawData:
 Receives the DPs of raw type. More...
 
(void) - bleMeshReceiveBatchDeviceDpsInfo
 Reports multiple DPs in a call. More...
 
(void) - subDeviceUpdateWithAddress:dps:
 The data point (DP) update. More...
 
(void) - bleMeshReceiveRawData:
 Receives the DPs of raw type. More...
 
(void) - bleMeshReceiveBatchDeviceDpsInfo
 Reports multiple DPs in a call. More...
 

Detailed Description

The Bluetooth LE mesh delegate that is instantiated when the mesh network is used to perform a specific action.

Definition at line 12 of file ThingSmartBleMesh.h.

Method Documentation

◆ bleMeshReceiveBatchDeviceDpsInfo [1/2]

- (void) bleMeshReceiveBatchDeviceDpsInfo
optional

Reports multiple DPs in a call.

◆ bleMeshReceiveBatchDeviceDpsInfo [2/2]

- (void) bleMeshReceiveBatchDeviceDpsInfo
optional

Reports multiple DPs in a call.

◆ bleMeshReceiveRawData: [1/2]

- (void) bleMeshReceiveRawData: (NSString *)  raw
optional

Receives the DPs of raw type.

◆ bleMeshReceiveRawData: [2/2]

- (void) bleMeshReceiveRawData: (NSString *)  raw
optional

Receives the DPs of raw type.

◆ subDeviceUpdateWithAddress:dps: [1/2]

- (void) subDeviceUpdateWithAddress: (NSString *)  address
dps: (NSDictionary *)  dps 
optional

The data point (DP) update.

◆ subDeviceUpdateWithAddress:dps: [2/2]

- (void) subDeviceUpdateWithAddress: (NSString *)  address
dps: (NSDictionary *)  dps 
optional

The data point (DP) update.


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