Tuya iOS Smart Life App SDK 5.15.0
ThingBleMeshDeviceModel Class Reference

The Bluetooth mesh device model that is used to scan for Bluetooth peripherals. More...

#import <ThingBleMeshDeviceModel.h>

Inheritance diagram for ThingBleMeshDeviceModel:

Properties

NSString * name
 The name of the device. More...
 
ThingBLEPeripheraldevice
 The device. More...
 
uint32_t address
 The address of the device. More...
 
NSString * productId
 The product ID. More...
 
NSString * version
 The version of the device. More...
 
uint32_t mac
 The MAC address of the device. More...
 
NSString * uuid
 The UUID of the device. More...
 
uint32_t type
 The type of device. It is also the device size class. More...
 
NSString * vendorInfo
 The vendor information. More...
 

Detailed Description

The Bluetooth mesh device model that is used to scan for Bluetooth peripherals.

Definition at line 13 of file ThingBleMeshDeviceModel.h.

Property Documentation

◆ address

- (uint32_t) address
readwritenonatomicassign

The address of the device.

Definition at line 22 of file ThingBleMeshDeviceModel.h.

◆ device

- (ThingBLEPeripheral *) device
readwritenonatomicstrong

The device.

Definition at line 19 of file ThingBleMeshDeviceModel.h.

◆ mac

- (uint32_t) mac
readwritenonatomicassign

The MAC address of the device.

Definition at line 31 of file ThingBleMeshDeviceModel.h.

◆ name

- (NSString *) name
readwritenonatomicstrong

The name of the device.

Definition at line 16 of file ThingBleMeshDeviceModel.h.

◆ productId

- (NSString *) productId
readwritenonatomicstrong

The product ID.

Definition at line 25 of file ThingBleMeshDeviceModel.h.

◆ type

- (uint32_t) type
readwritenonatomicassign

The type of device. It is also the device size class.

Definition at line 37 of file ThingBleMeshDeviceModel.h.

◆ uuid

- (NSString *) uuid
readwritenonatomicstrong

The UUID of the device.

Definition at line 34 of file ThingBleMeshDeviceModel.h.

◆ vendorInfo

- (NSString *) vendorInfo
readwritenonatomicstrong

The vendor information.

Definition at line 40 of file ThingBleMeshDeviceModel.h.

◆ version

- (NSString *) version
readwritenonatomicstrong

The version of the device.

Definition at line 28 of file ThingBleMeshDeviceModel.h.


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