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

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
 

Detailed Description

Dynamically allocated byte array. Automatically expands its length as needed.

Note
Usually not used by applications directly.

Member Data Documentation

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.

char* twStream::ptr

A pointer to the twStream's current position in twStream->data.


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