UUID Method

PocketBrowser 3.x API

The UUID Method of the Generic ActiveX Object retrieves the Unique Unit IDentifier for the terminal. 

UUID (Method of the Generic ActiveX Object) Syntax
var txt = objGeneric.UUID;

axReturns Toggle Return Values

Name Description
UUID The Unique Identifier for the device.

Examples Toggle Examples

The following javascript example pops up an alert box showing the UUID:

<script>
var objGeneric = new ActiveXObject("PocketBrowser.Generic");
alert(objGeneric.UUID);
</script>
Copy example to clipboard Copy example to clipboard

Info Toggle Additional Information

Supported Platforms Windows CE, Windows Mobile
Persistence Runs immediately.
Min. Requirements None.