diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-814031D6-BCE6-4536-845E-C5A54EC7A881.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-814031D6-BCE6-4536-845E-C5A54EC7A881.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,18 @@ + + +signalbars

signalbars

+

Syntax:

+
[int] sysinfo.signalbars;
+

Description:

+

This is a read-only property that returns an integer indicating the network signal strength.

+

The returned value is in the range of 0 to 7, where 0 represents no signal and 7 represents the maximum signal strength.

+

For more information on network connection related aspects that you should take into account in your widget, see Dealing with network issues.

+

Example code:

+
// Retrieve the current signal strength
+var signalStrength = sysinfo.signalbars;
+
if (signalStrength == 0)
+alert("No network signal!");
+
\ No newline at end of file