How to get current mobile operator and signal strength with .net c

  • Thread starter Thread starter juvi
  • Start date Start date
J

juvi

Hello,

Is there a way to get the name of the current connected mobile operator
(like vodafone) and the signal strength?

thx
juvi
 
If the device is Windows Mobile 5.0 or later this is possible through the
State and Notifications Broker. For Managed code see the
Microsoft.WindowsMobile.Status.SystemState class and for native code see
snapi.h

Peter
 
Back
Top