JCOP: How to close javacard applet operations?
I'm able to communicate with a JavaCard and Applet (authenticating to card, selecting applet, sending apdu to applet) but I don't know what to do after this?
May I deselect the applet or "logout" from the card?
Now, after completed operations I send an "ATR" to the card by 'JCTerminal.waitForCard();' but I don't know if it's the right way.
I also use 'terminal.waitForCard(1000)' for polling the (tcl:10) card reader if there is a suitable JavaCard in it. However, it means if there is a card there it's reseted in every second. (I couldn't stop polling after card is detected because I also must detect card removing.)

