GPRS Availability & Connection Status
GPRS Availability & Connection Status
Hello Experts,
How can I find the availability/status of a GPRS connection
What I mean:
- If GPRS is available
- If available, if GPRS is connected already or needs to be connected.
I just know how to create a fresh connection to the GPRS. I would also like to know if I can find out the connection status of GPRS and use the same handle, if I want to disconnect same GPRS connection.
Regards,
Suman Ghosh
GPRS Availability & Connection Status
PiGuy
-Suman
vijeyan
You can use State and Notification Broker in WM5.0 PPC/SP to detect the presence of GPRS connection and it's status.
Checkout these links to know more http://www.developer.com/ws/pc/article.php/3547381 and http://msdn.microsoft.com/library/default.asp url=/library/en-us/dntake/html/yctiwy_snapi_part1.asp
Manav
Crish
You can either use the native APIs to do the work or use OpenNetCF ConnectionManager class. This library is 3rd party and not supported by Microsoft. Url here http://www.opennetcf.org/library/
Manav
Brendan Grant
Those resources indicate towards using Microsoft.WindowsMobile.Status namespace which is available to Windows Mobile 5.0 operating system only.
How will I manage the code for application running on Windows Mobile 2003 Second Edition
Regards,
Suman Ghosh