12 #ifndef TW_SUBSCRIBED_PROPS_H
13 #define TW_SUBSCRIBED_PROPS_H
19 int twSubscribedPropsMgr_Initialize();
21 void twSubscribedPropsMgr_Delete();
23 void twSubscribedPropsMgr_SetFolding(
char fold);
25 int twSubscribedPropsMgr_PushSubscribedProperties(
char * entityName,
char forceConnect);
27 int twSubscribedPropsMgr_SetPropertyVTQ(
char * entityName,
char * propertyName,
twPrimitive * value, DATETIME timestamp,
char * quality,
char fold,
char pushUpdate);
ThingWorx twInfoTable and twDataShape definitions and functions.
Wrappers for OS-specific functionality.
Portable ThingWorx C SDK API layer.
Structure definitions and function prototypes for the ThingWorx logging facility. ...
BaseType primitive structure.
Definition: twBaseTypes.h:207