User Guide

Table Of Contents
132 Flash Lite Specific Language Elements
case "P506i":
/:myText += "device: Panasonic 506i" add newline;
break;
case "PFOMA1":
/:myText += "device: Panasonic FOMA1" add newline;
break;
case "SH506i":
/:myText += "device: Sharp 506i" add newline;
break;
case "SHFOMA1":
/:myText += "device: Sharp FOMA1" add newline;
break;
case "SO506i":
/:myText += "device: Sony 506i" add newline;
break;
}
GetDeviceID
Sets a parameter that represents the unique identifier of the device (for example, the
serial number).
Availability
Flash Lite 1.1.
Example
The following example assigns the unique identifier to the deviceID variable:
status = fscommand2("GetDeviceID", "deviceID");
Command Parameters Value returned
"GetDeviceID"
id
A string to receive the unique
identifier of the device. It can be
either the name of a variable or a
string value that contains the name of
a variable.
-1: Not supported.
0: Supported.