IMSThingTslEvent Class Reference
Inherits from | IMSThingTslElement : TBJSONModel |
---|---|
Declared in | IMSThingTslElement.h |
type
事件类型 (info,alert,error)
@property (nonatomic, copy, nullable) NSString *type
Discussion
事件类型 (info,alert,error)
Declared In
IMSThingTslElement.h
method
事件对应的方法名称(根据 identifier 生成)
@property (nonatomic, copy, nullable) NSString *method
Discussion
事件对应的方法名称(根据 identifier 生成)
Declared In
IMSThingTslElement.h
outputData
事件输出参数详细描述
@property (nonatomic, copy, nullable) NSArray *outputData
Discussion
事件输出参数详细描述
Declared In
IMSThingTslElement.h