ThingWorx C SDK
|
Property base structure. More...
#include <twProperties.h>
Public Attributes | |
char * | name |
twPrimitive * | value |
DATETIME | timestamp |
char * | quality |
Property base structure.
char* twProperty::quality |
Timestamp of the property (defaults to current time).
DATETIME twProperty::timestamp |
A pointer to the primitive containing the property value.
twPrimitive* twProperty::value |
The name of the property.