mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Refactor FeliCa structs.
This commit is contained in:
parent
06f3f1b637
commit
498c4b8377
4 changed files with 37 additions and 21 deletions
|
@ -18,4 +18,5 @@ int CmdHFFelica(const char *Cmd);
|
|||
int readFelicaUid(bool verbose);
|
||||
int send_request_service(uint8_t flags, uint16_t datalen, uint8_t *data, bool verbose);
|
||||
int send_rd_unencrypted(uint8_t flags, uint16_t datalen, uint8_t *data, bool verbose, felica_read_without_encryption_response_t *rd_noCry_resp);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue