Show NKGetUniqueIdentifier

NKGetUnigueIdentifier

Description

NKGetUniqueIdentifier returns the unique identifier of the device based on hardware serial number.

Usage

NKGetUniqueIdentifier()

Example

<a href="#" onClick="showGUID();">Show NKGetUniqueIdentifier</a>

When the link is clicked, the "showGUID" function is called & the unique identifier of the device is displayed:

function showGUID()
{
NKAlert("Unique Identifier", NKGetUnigueIdentifier());
}