Returns the unique code of a device which is executed in the script.
1 system.user.getDeviceUUID
<system.user.getDeviceUUID />
Returns | |
---|---|
Type | Description |
string | Unique code of a device. |
Example
Obtain the unique code of a device which is executed in the script.
Copy
<xsql-script name='system_user_getDeviceUUID_sample1'> <body> <println> <system.user.getDeviceUUID /> </println> </body> </xsql-script>