ThingWorx C SDK
|
Info table base structure. More...
#include <twInfoTable.h>
Public Attributes | |
twDataShape * | ds |
twList * | rows |
uint32_t | length |
TW_MUTEX | mtx |
Info table base structure.
twDataShape* twInfoTable::ds |
The data shape associated with the twInfoTable.
uint32_t twInfoTable::length |
The length of the twInfoTable.
TW_MUTEX twInfoTable::mtx |
The TW_MUTEX associated with the twInfoTable.
twList* twInfoTable::rows |
A twList of the twInfoTableRow entries associated with the twInfoTable.