Neonode zForce(TM) SDK
|
Struct containing the StreamingDataFrame information. More...
#include <StreamingDataFrame.h>
Public Attributes | |
char * | DataFrameType |
A string pointer to the type of DataFrame. More... | |
Connection * | Connection |
A Connection pointer that associates the DataFrame with the Connection. More... | |
uint64_t | RelativeTimeoutMilliSeconds |
Relative timeout in MilliSeconds. More... | |
void(* | Destructor )(DataFrame *self) |
Destructor for StreamingDataFrame. More... | |
uint8_t * | Data |
Pointer to the data. | |
uint32_t | Length |
Length of the data. | |
Struct containing the StreamingDataFrame information.
StreamingDataFrame contains the DataFrame base, a pointer to the data and its length.
Connection* StreamingDataFrame::Connection |
A Connection pointer that associates the DataFrame with the Connection.
A Connection pointer that associates the DataFrame with the Connection.
Inherited from DataFrame base class.
char* StreamingDataFrame::DataFrameType |
void(* StreamingDataFrame::Destructor) (DataFrame *self) |
Destructor for StreamingDataFrame.
Destructor for StreamingDataFrame. Frees up StreamingDataFrame's allocated memory. Inherited from DataFrame base class.
self | Pointer to the struct itself. |
uint64_t StreamingDataFrame::RelativeTimeoutMilliSeconds |
Relative timeout in MilliSeconds.
Relative timeout in MilliSeconds.
Inherited from DataFrame base class.