Go to the documentation of this file.
11 #ifndef UTILS_READER_H_
12 #define UTILS_READER_H_
17 #define UNKOWN_ERROR 1
18 #define RCS500_LCLE_ERROR 2
19 #define RCS500_P1P2_ERROR 3
20 #define RCS500_INS_ERROR 4
21 #define RCS500_CLA_ERROR 5
22 #define RCS500_MAC_ERROR 8
24 #define SMPL_ESC_KEY 0x1B
91 unsigned char resBuf[],
92 unsigned long* resLen);