Question about javax.smartcardio.Card.disconnect() method.
995755Mar 8 2013 — edited Mar 13 2013Hi!
I'm new in programming Javacard's applets and Java applications. At this moment I am learning how to use "javax.smartcardio" library to communicate with my applets. Well, I already did it, but I have an question:
What does the "reset" boolean parameter in "Card.disconnect()" method?
Searching through the web, I found only this information: "reset - whether to reset the card after disconnecting".
Well, this didn't help too much. What happens when I choose to reset? Why should I reset?
On my application, sending "true" signal apparently does the same as sending "false", so, I really don't know when I should use one or another.
Thanks for any help and sorry about my bad english ;D
Ederson