![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
The Bluetooth mesh device model that is used to scan for Bluetooth peripherals. More...
#import <ThingBleMeshDeviceModel.h>
Properties | |
NSString * | name |
The name of the device. More... | |
ThingBLEPeripheral * | device |
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... | |
The Bluetooth mesh device model that is used to scan for Bluetooth peripherals.
Definition at line 13 of file ThingBleMeshDeviceModel.h.
|
readwritenonatomicassign |
The address of the device.
Definition at line 22 of file ThingBleMeshDeviceModel.h.
|
readwritenonatomicstrong |
The device.
Definition at line 19 of file ThingBleMeshDeviceModel.h.
|
readwritenonatomicassign |
The MAC address of the device.
Definition at line 31 of file ThingBleMeshDeviceModel.h.
|
readwritenonatomicstrong |
The name of the device.
Definition at line 16 of file ThingBleMeshDeviceModel.h.
|
readwritenonatomicstrong |
The product ID.
Definition at line 25 of file ThingBleMeshDeviceModel.h.
|
readwritenonatomicassign |
The type of device. It is also the device size class.
Definition at line 37 of file ThingBleMeshDeviceModel.h.
|
readwritenonatomicstrong |
The UUID of the device.
Definition at line 34 of file ThingBleMeshDeviceModel.h.
|
readwritenonatomicstrong |
The vendor information.
Definition at line 40 of file ThingBleMeshDeviceModel.h.
|
readwritenonatomicstrong |
The version of the device.
Definition at line 28 of file ThingBleMeshDeviceModel.h.