ThingWorx C SDK
|
Dynamically allocated byte array. Automatically expands its length as needed. More...
#include <twBaseTypes.h>
Public Attributes | |
char * | data |
char * | ptr |
uint32_t | length |
uint32_t | maxlength |
char | ownsData |
Dynamically allocated byte array. Automatically expands its length as needed.
char* twStream::data |
Pointer to array data.
uint32_t twStream::length |
Length of the stream.
uint32_t twStream::maxlength |
Maximum length of the stream.
char twStream::ownsData |
Data ownership flag.