mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
added a custom timeout parameter to the smart raw command
This commit is contained in:
parent
c73de57320
commit
b6e1344e1c
5 changed files with 44 additions and 16 deletions
|
@ -338,10 +338,12 @@ typedef enum SMARTCARD_COMMAND {
|
|||
SC_RAW_T0 = (1 << 4),
|
||||
SC_CLEARLOG = (1 << 5),
|
||||
SC_LOG = (1 << 6),
|
||||
SC_WAIT = (1 << 7),
|
||||
} smartcard_command_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t flags;
|
||||
uint32_t wait_delay;
|
||||
uint16_t len;
|
||||
uint8_t data[];
|
||||
} PACKED smart_card_raw_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue