Flash Lite 2.x and 3.0 ActionScript Language Reference

GetMaxSignalLevel fscommand2 Command

GetMaxSignalLevel

Returns the maximum signal strength level as a numeric value.

Note: This command is not supported for BREW devices.

Command

Parameters

Value Returned

GetMaxSignalLevel

None

-1: Not supported.
Other numeric values: The maximum signal level.

Example

The following example assigns the maximum signal strength to the sigStrengthMax variable:

sigStrengthMax = fscommand2("GetMaxSignalLevel");