add test command for developing desfire

This commit is contained in:
iceman1001
2020-04-08 13:26:44 +02:00
parent 75eff352c9
commit 0aa18f3008
4 changed files with 151 additions and 11 deletions

View File

@@ -57,6 +57,7 @@ struct tlvdb *GetPANFromTrack2(const struct tlv *track2);
struct tlvdb *GetdCVVRawFromTrack2(const struct tlv *track2);
void SetAPDULogging(bool logging);
bool GetAPDULogging(void);
// exchange
int EMVExchange(EMVCommandChannel channel, bool LeaveFieldON, sAPDU apdu, uint8_t *Result, size_t MaxResultLen, size_t *ResultLen, uint16_t *sw, struct tlvdb *tlv);