UseMACIdentification Property



 
The UseMACIdentification property indicates whether to use MAC identification.


Syntax

    SiteCafe.Server.Config.UseMACIdentification [=bool]
    
Possible Values
    Boolean value that specifies or retrieves the MAC
    identification status.

    The property is read/write.
Remarks
    None.
Examples
    The following example determines whether to use MAC identification and displays it.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.Config.UseMACIdentification);
    </SCRIPT>
    

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

Back to top