mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
convert 14b raw to use NG
This commit is contained in:
parent
5ddfade1f9
commit
b267ee8ef5
11 changed files with 453 additions and 303 deletions
|
@ -41,4 +41,12 @@ typedef enum ISO14B_COMMAND {
|
|||
ISO14B_CLEARTRACE = (1 << 11),
|
||||
} iso14b_command_t;
|
||||
|
||||
typedef struct {
|
||||
uint16_t flags; // the ISO14B_COMMAND enum
|
||||
uint32_t timeout;
|
||||
size_t rawlen;
|
||||
uint8_t raw[];
|
||||
} PACKED iso14b_raw_cmd_t;
|
||||
|
||||
|
||||
#endif // _ISO14B_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue