Type Property



 
The Type property contains the device type.


Syntax

    [long=] SiteKiosk.Plugins("SiteCash").Devices2.Item(index).Type
    
Possible Values
    Long value that retrieves the device type.

    The property is read only.
Remarks
    Possible device types are:

    2 : wh-Berlin MDB CoinChecker
    4 : el-me Geldkarte
    5 : ACOS Card
    6 : Smiley NV4
    8 : DummyDev
    11 : GlobalBill Validator
    12 : MicroCoin TL4
    13 : Public Access Terminal Network
    14 : HW200 Universal USB Interface
    15 : CreditCard
    16 : TimeLimiter
    17 : Code Access
    18 : ccTalk
    19 : MMi Coin Collector
    20 : PcCREDIT
    21 : RemoteControl
    22 : my-cashcom
    23 : MedCom Custom-AccessControlDevice
    24 : MobilHandel
    25 : Azkoyen
    26 : Sunrise
    27 : PulseDevices
    28 : Comestro RM5
    29 : COINT USB-Interface
Examples
    The following example shows the first device type in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").Devices2.Item(1).Type);
    </SCRIPT>
    

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

Back to top