Neonode zForce(TM) SDK
SerialTransport.h
Go to the documentation of this file.
1 
12 #ifndef TRANSPORT_SERIALTRANSPORT_SERIALTRANSPORT_H
13 #define TRANSPORT_SERIALTRANSPORT_SERIALTRANSPORT_H
14 
15 #ifndef ZFORCECOMMON_H
16  #error Please include "zForceCommon.h" before this file.
17 #endif // ZFORCECOMMON_H
18 
31 {
34 };
35 
59 DLLINTERNAL bool SerialTransport_AddSerialTransportEntry (void);
60 
64 #define RECEIVEBUFFERSIZE 128
65 
66 #endif // TRANSPORT_SERIALTRANSPORT_SERIALTRANSPORT_H
67 
DLLINTERNAL bool SerialTransport_AddSerialTransportEntry(void)
Internal call to add a SerialTransport to the list of available transports.
Transport
The base Transport.
Definition: SerialTransport.h:32
int FileDescriptor
Instance-specific file descriptor.
Definition: SerialTransport.h:33
Struct containing the SerialTransport information.
Definition: SerialTransport.h:30