bool SetParameters(string)

Performs an initial device parameter load.

Security

Trust Level Required: Full Trust

Parameters

Name Description
deviceName (Optional) string
The name of the device. If not supplied, the first matching configured device of this type will be used.

Return

True if the command was queued for processing, false otherwise.

Remarks

This call is implemented for NETePay. This call must be performed before any other transactions can be run. Other frameworks do not require this call. If other EMV integrations call it, it will result in a script error.

Examples


if (!KioEMVTransaction.SetParameters())
   alert('Failed to call SetParameters!');

Requirements

KioWare for Windows version 8.7 or greater.