|
|
1.1 root 1:
2: #define APDU_OP1 1 /* Simple generic request - no arguements */
3:
4: #define APDU_ERR 2 /* Generate an error return */
5: #define APDU_URJ 3 /* Generate a User Reject */
6: #define APDU_PRJ 3 /* Generate a Provider Reject - not supported */
7:
8: #define APDU_UNKNOWN 5
9:
10: #define ERROR_UNKNOWN 6
11: #define ERROR_MISTYPED 7
12: #define ERROR_ERROR 8
13:
14: /*
15: * Types of underlying service we use
16: */
17: #define RoRt 0 /* Reliable Transfer */
18: #define RoP 1 /* Presentation */
19: #define RoS 2 /* Session */
20:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.