Neonode zForce(TM) SDK
|
Struct containing the DataFrame information. More...
#include <DataFrame.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 DataFrame. More... | |
Struct containing the DataFrame information.
The DataFrame is the actual raw data transferred between the Transport Layer and Protocol Layer. The DataFrame is encoded and decoded by the Protocol, protocol transform DataFrame(s) into Message(s) and viceversa.
Connection* DataFrame::Connection |
A Connection pointer that associates the DataFrame with the Connection.
A Connection pointer that associates the DataFrame with the Connection.
char* DataFrame::DataFrameType |
void(* DataFrame::Destructor) (DataFrame *self) |
uint64_t DataFrame::RelativeTimeoutMilliSeconds |
Relative timeout in MilliSeconds.
Relative timeout in MilliSeconds.