GetSignalLevel

Availability

Flash Lite 1.1.

Description

Returns the current signal strength as a numeric value.

Command

Parameters

Value returned

"GetSignalLevel"

None.

-1: Not supported.

Other numeric values: The current signal level, ranging from 0 to the maximum value returned by GetMaxSignalLevel.

Example

The following example assigns the signal level value to the sigLevel variable:

sigLevel = fscommand2("GetSignalLevel");