ResetRetryCounter?
What is that? never heard of it.
At least it is not on our source (opensc), so maybe
you mailed to the wrong mailing list?
Regards, Andreas
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project
Hi!
I try to unblock my card with this line of code
Int i = setec.ResetRetryCounter(SC_AC_CHV, 0, (const u8*)puk,
strlen(puk), (const u8*)pass, strlen(pass));
But it will always return Wrong Length, why?
I may have something wrong with the int ref parameter,.
/Henrik Holmberg