ThingWorx C SDK
|
Service definition structure. More...
#include <twServices.h>
Public Attributes | |
char * | name |
char * | description |
twDataShape * | inputs |
enum BaseType | outputType |
twDataShape * | outputDataShape |
cJSON * | aspects |
Service definition structure.
char* twServiceDef::description |
A description of the service.
twDataShape* twServiceDef::inputs |
A twDataShape that describes the service input.
char* twServiceDef::name |
The name of the service.
twDataShape* twServiceDef::outputDataShape |
A :twDataShape that describes the service output if the output is a twInfoTable.