Is there a way to explicitly close a GPRS connection?
I'm setting up a connection with ConnectionManager
and I've set the cache time to 10 seconds. Anyway after releasing it, the connection is still on, forever, alas I cannot use the registry key gprs_by_if_device_off
. I'm using plain C++.
My idea is to simulate the activity of the windows button "disconnect data connection", but I really cannot understand what it does under the curtain.