|
Neonode zForce(TM) SDK
|
Serial Transport class. More...
#include <Transport.h>
Go to the source code of this file.
Classes | |
| struct | SerialTransport |
| Struct containing the SerialTransport information. More... | |
Macros | |
| #define | CONTAINS_TRANSPORT |
| #define | RECEIVEBUFFERSIZE 128 |
| Buffer size used when reading. | |
| #define | TRANSPORT_SERIALTRANSPORT_SERIALTRANSPORT_H |
Typedefs | |
| typedef struct SerialTransport | SerialTransport |
Functions | |
| DLLINTERNAL bool | SerialTransport_AddSerialTransportEntry (void) |
| Internal call to add a SerialTransport to the list of available transports. More... | |
Serial Transport class.
This module implements the Serial Transport class. Here we find all that is essential for a Serial Transport.
| typedef struct SerialTransport SerialTransport |
| DLLINTERNAL bool SerialTransport_AddSerialTransportEntry | ( | void | ) |
Internal call to add a SerialTransport to the list of available transports.
This is the method used to add a SerialTransport which can be used for communication.
Upon error the errno variable is set as follows:
1.8.11