Tutorial: system.getMachineId

system.getMachineId

Returns a unique identifier (UUID) provided by the machine.

Example

fin.desktop.System.getMachineId(function (id) {
    console.log("The machine ID of the device is: " + id);
});