Neonode zForce(TM) SDK
Asn1Protocol.h
Go to the documentation of this file.
1 
9 #ifndef PROTOCOL_ASN1PROTOCOL_ASN1PROTOCOL_H
10 #define PROTOCOL_ASN1PROTOCOL_ASN1PROTOCOL_H
11 
12 #ifndef ZFORCECOMMON_H
13  #error Please include "zForceCommon.h" before this file.
14 #endif // ZFORCECOMMON_H
15 
20 {
23 };
24 
26 typedef struct Asn1Protocol Asn1Protocol;
31 {
34  void * Private;
35 };
36 
37 // Exported Functions (prefixed with module name and underscore)
38 
54 DLLINTERNAL bool Asn1Protocol_Initialize (void);
55 
56 #endif // PROTOCOL_ASN1PROTOCOL_ASN1PROTOCOL_H
57 
DLLINTERNAL bool Asn1Protocol_Initialize(void)
Adds the ASN.1 Protocol to the ProtocolTable.
Asn1InitializationStatus InitializationStatus
Initialization status.
Definition: Asn1Protocol.h:33
Initialization sequence completed.
Definition: Asn1Protocol.h:22
This structure represents the ASN.1 protocol class.
Definition: Asn1Protocol.h:30
void * Private
Private members.
Definition: Asn1Protocol.h:34
Asn1InitializationStatus
Enum describing if initialization messages has been sent and received.
Definition: Asn1Protocol.h:19
Protocol
Inherited members.
Definition: Asn1Protocol.h:32
Initialization sequence not completed.
Definition: Asn1Protocol.h:21