User Guide

Table Of Contents
fscommand2() 139
Example
The following example sets the maxBatt variable to the maximum battery level:
maxBatt = fscommand2("GetMaxBatteryLevel");
GetMaxSignalLevel
Availability
Flash Lite 1.1.
Description
Returns the maximum signal strength level. It is a numeric value greater than 0.
Example
The following example assigns the maximum signal strength to the sigStrengthMax variable:
sigStrengthMax = fscommand2("GetMaxSignalLevel");
GetMaxVolumeLevel
Availability
Flash Lite 1.1.
Description
Returns the maximum volume level of the device as a numeric value.
Command Parameters Value returned
"GetMaxSignalLevel"
None. -1: Not supported.
Other numeric values: The maximum
signal level.
Command Parameters Value returned
"GetMaxVolumeLevel"
None. -1: Not supported.
Other values: The maximum volume
level.