sdd sc raw t0

This commit is contained in:
merlokk 2018-12-17 23:48:05 +02:00
parent a963a7834c
commit 1941b9ca8b

View file

@ -110,6 +110,7 @@ typedef enum SMARTCARD_COMMAND {
SC_NO_DISCONNECT = (1 << 1), SC_NO_DISCONNECT = (1 << 1),
SC_RAW = (1 << 2), SC_RAW = (1 << 2),
SC_SELECT = (1 << 3) SC_SELECT = (1 << 3)
SC_RAW_T0 = (1 << 4),
} smartcard_command_t; } smartcard_command_t;
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------