OEMInfo Method

PocketBrowser 3.x API

The OEMInfo Method of the Generic ActiveX Object retrieves the OEM Information String for the terminal.

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

axReturns Toggle Return Values

Name Description
OEMInfo The OEM Information String for the terminal, which is typically the make and model of the terminal.

Examples Toggle Examples

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

<script>
var objGeneric = new ActiveXObject("PocketBrowser.Generic");
alert(objGeneric.OEMInfo);
</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.