Returns the maximum signal strength level as a numeric value.
Command
GetMaxSignalLevel
Parameters
None
Value Returned
-1: Not supported. Other numeric values: The maximum signal level.
Availability: ActionScript 1.0; Flash Lite 1.1
Example
The following example assigns the maximum signal strength to the sigStrengthMax variable:
sigStrengthMax = fscommand2("GetMaxSignalLevel");
