8 #ifndef DATAFRAME_DATAFRAME_H
9 #define DATAFRAME_DATAFRAME_H 1
11 #ifndef ZFORCECOMMON_H
12 #error Please include "zForceCommon.h" before this file.
17 typedef struct DataFrame DataFrame;
The main Connection struct.
Definition: Connection.h:66
Struct containing the DataFrame information.
Definition: DataFrame.h:25
uint64_t RelativeTimeoutMilliSeconds
Relative timeout in MilliSeconds.
Definition: DataFrame.h:44
Connection * Connection
A Connection pointer that associates the DataFrame with the Connection.
Definition: DataFrame.h:38
char * DataFrameType
A string pointer to the type of DataFrame.
Definition: DataFrame.h:32
void(* Destructor)(DataFrame *self)
Destructor for DataFrame.
Definition: DataFrame.h:54