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

ThingWorx Offline Message Store structure definition. More...

#include <twOfflineMsgStore.h>

Public Attributes

TW_MUTEX mtx
 
char offlineMsgEnabled
 
char onDisk
 
uint64_t offlineMsgSize
 
twListofflineMsgList
 
char * offlineMsgFile
 

Detailed Description

ThingWorx Offline Message Store structure definition.

Note
A singleton instance of this structure is automatically created when twOfflineMsgStore_Initialize() is called. There should be no need to manipulate this structure directly.

Member Data Documentation

TW_MUTEX twOfflineMsgStore::mtx

ThingWorx mutex.

char twOfflineMsgStore::offlineMsgEnabled

Offline message enabled flag.

char* twOfflineMsgStore::offlineMsgFile

The offline message filename.

twList* twOfflineMsgStore::offlineMsgList

Pointer to a twList of offline messages.

uint64_t twOfflineMsgStore::offlineMsgSize

The size of the offline message(s).

char twOfflineMsgStore::onDisk

Offline message enabled flag.


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