mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-03-30 23:25:41 +00:00
convert 14b raw to use NG
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user