mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
more
This commit is contained in:
parent
4c4471331b
commit
c881acd631
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ enum CardPSVendor {
|
||||||
CV_AMERICANEXPRESS,
|
CV_AMERICANEXPRESS,
|
||||||
CV_JCB,
|
CV_JCB,
|
||||||
CV_CB,
|
CV_CB,
|
||||||
|
CV_SWITCH,
|
||||||
|
CV_DINERS,
|
||||||
CV_OTHER,
|
CV_OTHER,
|
||||||
};
|
};
|
||||||
enum CardPSVendor GetCardPSVendor(uint8_t *AID, size_t AIDlen);
|
enum CardPSVendor GetCardPSVendor(uint8_t *AID, size_t AIDlen);
|
||||||
|
|
Loading…
Reference in a new issue