aboutsummaryrefslogtreecommitdiffstats
path: root/cards/iso_card.py
diff options
context:
space:
mode:
Diffstat (limited to 'cards/iso_card.py')
-rw-r--r--cards/iso_card.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cards/iso_card.py b/cards/iso_card.py
index fa6085d..edb8a3e 100644
--- a/cards/iso_card.py
+++ b/cards/iso_card.py
@@ -6,6 +6,7 @@ from utils import C_APDU, R_APDU
class ISO_Card(Card):
DRIVER_NAME = ["ISO"]
COMMAND_GET_RESPONSE = C_APDU(ins=0xc0)
+ COMMAND_CLASS = C_APDU
APDU_VERIFY_PIN = C_APDU(ins=0x20)