AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EChipCardDefs.h
Go to the documentation of this file.
1 #ifndef ECHIPCARDDEFS_H
2 #define ECHIPCARDDEFS_H
3 
4 #define ECHIPCARDRIVER_MAJORVERSION 18
5 
6 namespace EM
7 {
8  namespace Devices
9  {
10 
11  class EChipCardDefs
12  {
13  public:
14 
17  enum CommonID
18  {
20  DevChipCard = 0x22,
21  };
22 
24  enum MsgID
25  {
26  MsgIDDataRcv = 1,
27  MsgIDAnswerRcv = 2,
28  MsgIDCardIn = 3,
29  MsgIDCardOut = 4,
30  MsgIDDisconnect = 5,
31  MsgIDDevReady = 6,
33  MsgIDDevErr = 8,
35  MsgIDUnknownErr = 10,
37  };
38  };
39  }
40 }
41 
42 #endif
Definition: EChipCardDefs.h:31
Definition: EChipCardDefs.h:26
MsgID
Definition: EChipCardDefs.h:24
Definition: EChipCardDefs.h:28
Definition: EChipCardDefs.h:29
Definition: EChipCardDefs.h:33
Definition: EChipCardDefs.h:27
Definition: EChipCardDefs.h:30
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6
Definition: EChipCardDefs.h:20
Definition: EChipCardDefs.h:35
CommonID
Definition: EChipCardDefs.h:17