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

The Bluetooth mesh group delegate. The delegate is instantiated when a gateway is used to add a device to a group. More...

#import <ThingSmartBleMeshGroup.h>

Inheritance diagram for <ThingSmartBleMeshGroupDelegate>:

Instance Methods

(void) - meshGroup:addResponseCode:
 
(void) - meshGroup:removeResponseCode:
 
(void) - meshGroup:addResponseCode:
 
(void) - meshGroup:removeResponseCode:
 

Detailed Description

The Bluetooth mesh group delegate. The delegate is instantiated when a gateway is used to add a device to a group.

Definition at line 14 of file ThingSmartBleMeshGroup.h.

Method Documentation

◆ meshGroup:addResponseCode: [1/2]

- (void) meshGroup: (ThingSmartBleMeshGroup *)  group
addResponseCode: (NSArray< NSNumber * > *)  responseCode 

The group response that is returned when the Bluetooth mesh device joins the gateway.

Parameters
groupThe Thing Smart Bluetooth mesh group.
responseCodeValid values: 1: exceeds the maximum number of scenes. 2: sub-device timeout. 3: specifies a value out of range. 4: file writing error. 5: other errors.

◆ meshGroup:addResponseCode: [2/2]

- (void) meshGroup: (ThingSmartBleMeshGroup *)  group
addResponseCode: (NSArray< NSNumber * > *)  responseCode 

The group response that is returned when the Bluetooth mesh device joins the gateway.

Parameters
groupThe Thing Smart Bluetooth mesh group.
responseCodeValid values: 1: exceeds the maximum number of scenes. 2: sub-device timeout. 3: specifies a value out of range. 4: file writing error. 5: other errors.

◆ meshGroup:removeResponseCode: [1/2]

- (void) meshGroup: (ThingSmartBleMeshGroup *)  group
removeResponseCode: (NSArray< NSNumber * > *)  responseCode 

The group response that is returned when a Bluetooth mesh device is removed.

Parameters
groupThe Thing Smart Bluetooth mesh group.
responseCodeValid values: 1: exceeds the maximum number of scenes. 2: sub-device timeout. 3: specifies a value out of range. 4: file writing error. 5: other errors.

◆ meshGroup:removeResponseCode: [2/2]

- (void) meshGroup: (ThingSmartBleMeshGroup *)  group
removeResponseCode: (NSArray< NSNumber * > *)  responseCode 

The group response that is returned when a Bluetooth mesh device is removed.

Parameters
groupThe Thing Smart Bluetooth mesh group.
responseCodeValid values: 1: exceeds the maximum number of scenes. 2: sub-device timeout. 3: specifies a value out of range. 4: file writing error. 5: other errors.

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