mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-29 08:27:44 +08:00
chg more pm3 fail codes
This commit is contained in:
parent
0aa18f3008
commit
a0874248c7
1 changed files with 5 additions and 0 deletions
|
@ -618,6 +618,11 @@ typedef struct {
|
|||
#define PM3_EOUTOFBOUND -17
|
||||
// exchange with card error client/pm3: error when cant get answer from card or got an incorrect answer
|
||||
#define PM3_ECARDEXCHANGE -18
|
||||
|
||||
// Failed to create APDU,
|
||||
#define PM3_EAPDU_ENCODEFAIL -19
|
||||
// APDU responded with a failure code
|
||||
#define PM3_EAPDU_FAIL -20
|
||||
// No data pm3: no data available, no host frame available (not really an error)
|
||||
#define PM3_ENODATA -98
|
||||
// Quit program client: reserved, order to quit the program
|
||||
|
|
Loading…
Add table
Reference in a new issue