cards.py: Added method to select ADF by its full AID

If AID of the desired ADF is in the list of AIDs of the Card/Card subclass object
then ADF is selected or else None is returned

Change-Id: Ie5f29eec14f099add1d0978e3e7d4ed3c9130854
This commit is contained in:
Supreeth Herle
2020-03-22 08:04:59 +01:00
parent 3bf43639ce
commit f9f3e5e0c1
2 changed files with 19 additions and 0 deletions

View File

@@ -236,5 +236,6 @@ if __name__ == '__main__':
else:
print("SIM Service Table: Can't read, response code = %s" % (sw,))
# Done for this card and maybe for everything ?
print("Done !\n")