This works by polling the card every second via opensc-tool --atr The radio buttons have been removed to have enough space for the new label git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@148 96b47cad-a561-4643-ad3b-153ac7d7599c
9 lines
349 B
Python
9 lines
349 B
Python
name = "pinpad"
|
|
version = "@VERSION@"
|
|
image_dir = "@prefix@/share/pixmaps"
|
|
glade_dir = "@prefix@/share/" + name
|
|
|
|
STR_NO_CARD = "<span fgcolor=\"red\" font_weight=\"bold\" font=\"11\">Keine Karte gefunden</span>"
|
|
STR_CARD_FOUND = "<span fgcolor=\"green\" font_weight=\"bold\" font=\"11\">Karte gefunden</span>"
|
|
ePA_ATR = "3b:84:80:01:00:00:90:00:95"
|