mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
gave 14b commands some serious love and overhaul. package handling for APDU and different selects is improved. return codes now consequent
This commit is contained in:
parent
5709d8959d
commit
82aa6ac08c
11 changed files with 350 additions and 337 deletions
|
@ -820,6 +820,9 @@ typedef struct {
|
|||
// No PACS data pm3: when using HID SAM to retried PACS data
|
||||
#define PM3_ENOPACS -26
|
||||
|
||||
// Got wrong length error pm3: when received wrong length of data
|
||||
#define PM3_ELENGTH -27
|
||||
|
||||
// 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
Add a link
Reference in a new issue