Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Specific Language Elements > fscommand2() > GetSignalLevel | |||
Flash Lite 1.1.
Returns the current signal strength as a numeric value.
|
Command |
Parameters |
Value returned |
|---|---|---|
|
|
None. |
-1: Not supported. Other numeric values: The current signal level, ranging from 0 to the maximum value returned by |
The following example assigns the signal level value to the sigLevel variable:
sigLevel = fscommand2("GetSignalLevel");
|
|
|
|