refactoring and break operation via keyboard

This commit is contained in:
merlokk 2019-11-29 17:23:30 +02:00
commit 1efc731fac
2 changed files with 71 additions and 34 deletions

View file

@ -590,6 +590,8 @@ typedef struct {
#define PM3_EWRONGANSVER -16
// Memory out-of-bounds error client/pm3: error when a read/write is outside the expected array
#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
// 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