GetDeviceID

Sets a parameter that represents the unique identifier of the device (for example, the serial number).

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.

Availability

Flash Lite 1.1.

Example

The following example assigns the unique identifier to the deviceID variable:

status = fscommand2("GetDeviceID", "deviceID");