mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Introduce SendCommandMIX, to still get some varlen on old API
This commit is contained in:
parent
95822d8360
commit
3bcf80bb34
5 changed files with 37 additions and 6 deletions
|
@ -37,7 +37,8 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
uint32_t magic;
|
||||
uint16_t length; // length of the variable part, 0 if none.
|
||||
uint16_t length : 15; // length of the variable part, 0 if none.
|
||||
bool ng : 1;
|
||||
uint16_t cmd;
|
||||
} PACKED PacketCommandNGPreamble;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue