mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
some code to decoding payload
This commit is contained in:
parent
7003783c08
commit
c7c97d35b5
2 changed files with 53 additions and 16 deletions
|
@ -37,6 +37,9 @@ typedef struct {
|
|||
size_t IDLen;
|
||||
size_t len;
|
||||
size_t RecLen;
|
||||
uint8_t *Type;
|
||||
uint8_t *Payload;
|
||||
uint8_t *ID;
|
||||
} NDEFHeader_t;
|
||||
|
||||
extern int NDEFDecodeAndPrint(uint8_t *ndef, size_t ndefLen, bool verbose);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue