Neonode zForce(TM) SDK
Classes | Macros | Typedefs | Functions
StreamingDataFrame.h File Reference

StreamingDataFrame. More...

#include <DataFrame.h>
Include dependency graph for StreamingDataFrame.h:

Go to the source code of this file.

Classes

struct  StreamingDataFrame
 Struct containing the StreamingDataFrame information. More...
 

Macros

#define CONTAINS_DATAFRAME
 
#define STREAMINGDATAFRAMETYPE   "Streaming"
 The streaming DataFrameType.
 
#define DATAFRAME_STREAMINGDATAFRAME_H
 

Typedefs

typedef struct StreamingDataFrame StreamingDataFrame
 

Functions

DLLEXTERNAL StreamingDataFrameStreamingDataFrame_New (uint64_t relativeTimeoutMilliSeconds, uint32_t length)
 Create a new StreamingDataFrame. More...
 

Detailed Description

StreamingDataFrame.

Typedef Documentation

See also
struct StreamingDataFrame

Function Documentation

DLLEXTERNAL StreamingDataFrame* StreamingDataFrame_New ( uint64_t  relativeTimeoutMilliSeconds,
uint32_t  length 
)

Create a new StreamingDataFrame.

Creates a new streaming data frame and all the resources needed.

On failure, errno is set.

Returns
Return a pointer to the allocated StreamingDataFrame upon success, otherwise a NULL pointer is returned and errno is set accordingly.