mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-04 20:13:38 +08:00
text
This commit is contained in:
parent
4661616ce6
commit
0b022e3c7e
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ typedef enum ISO15_COMMAND {
|
||||||
} iso15_command_t;
|
} iso15_command_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t flags; // ISO15_COMMAND
|
uint8_t flags; // PM3 Flags - see iso15_command_t
|
||||||
uint16_t rawlen;
|
uint16_t rawlen;
|
||||||
uint8_t raw[];
|
uint8_t raw[]; // First byte in raw, raw[0] is ISO15693 protocol flag byte
|
||||||
} PACKED iso15_raw_cmd_t;
|
} PACKED iso15_raw_cmd_t;
|
||||||
|
|
||||||
#endif // _ISO15_H_
|
#endif // _ISO15_H_
|
||||||
|
|
Loading…
Reference in a new issue