mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Add SendCommandOLD
This commit is contained in:
parent
b860cc6eaf
commit
9bd59a8d40
3 changed files with 18 additions and 8 deletions
|
@ -55,6 +55,7 @@ bool IsOffline(void);
|
|||
|
||||
void *uart_receiver(void *targ);
|
||||
void SendCommand(PacketCommandOLD *c);
|
||||
void SendCommandOLD(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void *data, size_t len);
|
||||
void SendCommandNG(uint16_t cmd, uint8_t *data, size_t len);
|
||||
void clearCommandBuffer(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue