Click here to Skip to main content
15,884,702 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
i have this code and it ran well...
C#
SignalQualityInfo info = CommSetting.comm.GetSignalQuality();
lblSignal.Text = info.SignalStrength.ToString(); //show result

lblSignal showed me values of Signal Strength = 20 .
Does that value indicate that i got the excelent or Poor signal?
Posted

1 solution

It's amazing what a little Googling will find: http://m2msupport.net/m2msupport/atcsq-signal-quality/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900