- GSM signal strength in PDA
- Posted by mnm on June 2nd, 2005
I need to check GSM signal strength for every 3 seconds and write it
to a text file in PDA. This application must be developed in .NET.
I have to also find how many masts are connected to GSM.
As I am entirely new to Pocket PC network programming,I don't know
where and how to start.Is there any good sites for tutorials or code
walkthrouhgs?
- Posted by Maxim S. Shatskih on June 2nd, 2005
Use TAPI. Open the line in LINE_MONITOR mode, then use lineDevGetCaps or
such (don't remember the exact name). The signal strength is one of the fields
of the structure returned by it.
I dunno whether it is possible from .NET. Maybe you will need to use
unmanaged DLL+pinvoke.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"mnm" <mnmhemaj@yahoo.com> wrote in message
news:e6d0a620.0506020437.3acfcc16@posting.google.c om...
- Posted by Arsalan Ahmad on June 7th, 2005
Hi,
Could you please provide me any link to an example of how to use TAPI in
gprs???
Thanks,
Arsalan
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:eQtAuT3ZFHA.2288@TK2MSFTNGP14.phx.gbl...
- Posted by mnmhemaj@yahoo.com on June 9th, 2005
Can you provide a sample code for how to use the TAPI functions?
Where can I get such unmanaged DLL?