Hello Romans,
I use your library for coding my software, with great success for now. I coding with C++ Builder 2009.
So, where do i use the method PINGetStatus() ? Before, or After the activation of the TnrGSM ?
Finally, can i wrote my analysis in this order ?
PINGetStatus
if return 'SIM PIN' then
PIN = "1234"
PINApply
Activate = true
else
... it's all ok.... and continue.....
thank's man