IMSThingProfile Class Reference

Inherits from NSObject
Declared in IMSThingProfile.h

Overview

类:物的 Profile,封装物的 tsl 模型,包含物的属性、事件、服务等信息

– allPropertiesOfModel

获取物的 tsl 模型中,物的所有的属性描述,可以参见 IMSThingTslProperty

- (NSArray<IMSThingTslProperty*> *)allPropertiesOfModel

Return Value

返回物的所有属性队列

Discussion

获取物的 tsl 模型中,物的所有的属性描述,可以参见 IMSThingTslProperty

Declared In

IMSThingProfile.h

– allServicesOfModel

获取物的 tsl 模型中,物的所有的服务描述,可以参见 IMSThingTslService

- (NSArray<IMSThingTslService*> *)allServicesOfModel

Return Value

返回物的所有服务队列

Discussion

获取物的 tsl 模型中,物的所有的服务描述,可以参见 IMSThingTslService

Declared In

IMSThingProfile.h

– allEventsOfModel

获取物的 tsl 模型中,物的所有的事件描述,可以参见 IMSThingTslEvent

- (NSArray<IMSThingTslEvent*> *)allEventsOfModel

Return Value

返回物的所有事件队列

Discussion

获取物的 tsl 模型中,物的所有的事件描述,可以参见 IMSThingTslEvent

Declared In

IMSThingProfile.h