ThingWorx C SDK
Public Attributes | List of all members
twServiceDef Struct Reference

Service definition structure. More...

#include <twServices.h>

Public Attributes

char * name
 
char * description
 
twDataShapeinputs
 
enum BaseType outputType
 
twDataShapeoutputDataShape
 
cJSONaspects
 

Detailed Description

Service definition structure.

Member Data Documentation

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.

enum BaseType twServiceDef::outputType

the BaseType of the service result.


The documentation for this struct was generated from the following file: