result := STD.System.Util.GetUniqueInteger ( [ dali ] );
dali | Optional. A null-terminated string containing the ip address of the remote dali to provide the number. If omitted, the default is local. |
Return: | GetUniqueInteger returns returns an UNSIGNED8 value. |
The GetUniqueInteger function returns a number that is unique across all the worker nodes of the specified dali.
Example:
IMPORT STD; OUTPUT(STD.System.Util.GetUniqueInteger());