IMSThingTslService Class Reference

Inherits from IMSThingTslElement : TBJSONModel
Declared in IMSThingTslElement.h

Overview

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

  method

服务对应的方法名称(根据 identifier 生成)

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

Discussion

服务对应的方法名称(根据 identifier 生成)

Declared In

IMSThingTslElement.h

  inputData

服务调用时的入参详细描述

@property (nonatomic, copy, nullable) NSArray *inputData

Discussion

服务调用时的入参详细描述

Declared In

IMSThingTslElement.h

  outputData

服务调用时的出参详细描述

@property (nonatomic, copy, nullable) NSArray *outputData

Discussion

服务调用时的出参详细描述

Declared In

IMSThingTslElement.h