DeviceCount Property



 
The DeviceCount property contains the number of available payment devices.


Syntax

    [long=] SiteKiosk.Plugins("SiteCash").ZoneDispatch.DeviceCount
    
Possible Values
    Long value that retrieves the number of devices.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the number of available payment devices in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").ZoneDispatch.DeviceCount);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.0 (and later versions).

Back to top