Network detection (WiFi/GSM?), Detect Power Save Mode

  • Thread starter Thread starter donna
  • Start date Start date
D

donna

Hi group, I'm looking for resources to educate me on how to do the
following, in C# preferably but will go native if needed:

Is it possible to trap events for:
- detecting the presence / loss of network connectivity (say 802.11 or
GPRS);
- power save mode (so that I can do some housekeeping).

I understand that v1 of the compact .net framework is not as rich as
the .net framework and so I am anticipating the need to write some code
in eVC; still I can't find information on the APIs to call / hook to
notify me of above. Of course a c# only solution would be preferred.

Any help appreciated. -d
 
What platform are you targetting? If it is Windows Mobile (Pocket PC /
Smartphone) then the Connection Manager APIs support a number of connection
state notifications and you will find a .NETCF wrapper in the SDF -
www.opennetcf.org/sdf/)

Peter
 
Back
Top