|
Neonode zForce(TM) SDK
|
Implementation of Neonode's ASN.1 based protocol. More...
Go to the source code of this file.
Classes | |
| struct | Asn1Protocol |
| This structure represents the ASN.1 protocol class. More... | |
Typedefs | |
| typedef enum Asn1InitializationStatus | Asn1InitializationStatus |
| typedef struct Asn1Protocol | Asn1Protocol |
Enumerations | |
| enum | Asn1InitializationStatus { Asn1Uninitialized = 0, Asn1Initialized } |
| Enum describing if initialization messages has been sent and received. More... | |
Functions | |
| DLLINTERNAL bool | Asn1Protocol_Initialize (void) |
| Adds the ASN.1 Protocol to the ProtocolTable. More... | |
Implementation of Neonode's ASN.1 based protocol.
| typedef enum Asn1InitializationStatus Asn1InitializationStatus |
| typedef struct Asn1Protocol Asn1Protocol |
| DLLINTERNAL bool Asn1Protocol_Initialize | ( | void | ) |
Adds the ASN.1 Protocol to the ProtocolTable.
Upon error the errno variable is set as follows:
1.8.11