LKDmpDeviceModel Class Reference

Inherits from NSObject
Declared in LKMobileGateway.h

Overview

云端物的管理模型里,对于设备身份的描述。即物的三元组信息,以及阿里云分配的iotId。 动态注册子设备时由云端返回的子设备身份描述.

  productKey

物的三元组之productKey

@property (nonatomic, copy, nullable) NSString *productKey

Discussion

物的三元组之productKey

Declared In

LKMobileGateway.h

  deviceName

物的三元组之deviceName

@property (nonatomic, copy, nullable) NSString *deviceName

Discussion

物的三元组之deviceName

Declared In

LKMobileGateway.h

  deviceSecret

物的三元组之deviceSecret

@property (nonatomic, copy, nullable) NSString *deviceSecret

Discussion

物的三元组之deviceSecret

Declared In

LKMobileGateway.h

  iotId

物联网平台id

@property (nonatomic, copy, nullable) NSString *iotId

Discussion

物联网平台id

Declared In

LKMobileGateway.h