Add get/set methods for MIFARE Classic value blocks

This commit is contained in:
mdxs
2014-11-24 11:46:57 +01:00
parent 18af147959
commit 16a035c89c
4 changed files with 69 additions and 48 deletions

View File

@@ -314,7 +314,9 @@ public:
byte MIFARE_Restore(byte blockAddr);
byte MIFARE_Transfer(byte blockAddr);
byte MIFARE_Ultralight_Write(byte page, byte *buffer, byte bufferSize);
byte MIFARE_GetValue(byte blockAddr, long *value);
byte MIFARE_SetValue(byte blockAddr, long value);
/////////////////////////////////////////////////////////////////////////////////////
// Support functions
/////////////////////////////////////////////////////////////////////////////////////