IMSThingTslProperty Class Reference

Inherits from IMSThingTslElement : TBJSONModel
Declared in IMSThingTslElement.h

Overview

物的模型中三要素之属性类,对于此类中的 property,请参见 IoT-TSL 模板

  accessMode

属性读写类型,只读 ®,只写 (w),读写 (rw)

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

Discussion

属性读写类型,只读 ®,只写 (w),读写 (rw)

Declared In

IMSThingTslElement.h

  dataType

属性类型: int (原生),float (原生),double (原生), text (原生),date (String 类型 UTC 毫秒),bool (0或1的 int 类型),enum (int类型), struct(结构体类型,可包含前面6种类型),array(数组类型,支持int/double/float/text)。 具体内容请参见 IoT-TSL 模板

@property (nonatomic, copy, nullable) id dataType

Discussion

属性类型: int (原生),float (原生),double (原生), text (原生),date (String 类型 UTC 毫秒),bool (0或1的 int 类型),enum (int类型), struct(结构体类型,可包含前面6种类型),array(数组类型,支持int/double/float/text)。 具体内容请参见 IoT-TSL 模板

Declared In

IMSThingTslElement.h