annotate xerox reads

This commit is contained in:
iceman1001 2024-01-26 21:10:11 +01:00
parent 7128c8cfdf
commit 68d9fe3232
3 changed files with 14 additions and 9 deletions

View file

@ -314,9 +314,12 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
#define ISO14443B_PING 0xBA
#define ISO14443B_PONG 0xAB
#define ISO14443B_XEROX_PWD 0x02
#define ISO14443B_XEROX_WUP1 0x0D
#define ISO14443B_XEROX_WUP2 0x5D
// XEROX Commands
#define ISO14443B_XEROX_PWD 0x38
#define ISO14443B_XEROX_WUP1 0x0D
#define ISO14443B_XEROX_WUP2 0x5D
#define ISO14443B_XEROX_READ_BLK 0x20
// ASK C-ticket
#define ASK_REQT 0x10
@ -930,8 +933,5 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
// 0x0A = ACK
// 0x05 = NACK
// XEROX Commands
#define XEROX_READ_MEM 0x20
#endif
// PROTOCOLS_H