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. |
The following example assigns the unique identifier to the deviceID variable:
status = fscommand2("GetDeviceID", "deviceID");