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

The mesh command protocol that is used to confirm and implement certain commands. More...

#import <ThingBLEMeshCommand.h>

Inheritance diagram for <ThingBLEMeshCommandProtocol>:
ThingBLEMeshCommand ThingBLEMeshCommand

Instance Methods

(NSData *) - command
 
(NSString *) - raw
 
(NSData *) - command
 
(NSString *) - raw
 

Detailed Description

The mesh command protocol that is used to confirm and implement certain commands.

Definition at line 11 of file ThingBLEMeshCommand.h.

Method Documentation

◆ command [1/2]

- (NSData *) command

Converts to the Bluetooth command.

Returns
The Bluetooth command.

◆ command [2/2]

- (NSData *) command

Converts to the Bluetooth command.

Returns
The Bluetooth command.

◆ raw [1/2]

- (NSString *) raw

Converts to the raw command that is used by a gateway.

Returns
The raw command.

◆ raw [2/2]

- (NSString *) raw

Converts to the raw command that is used by a gateway.

Returns
The raw command.

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