bool SetIdleMessage(string, string)

Sets a new idle message for the device.

Security

Trust Level Required: Full Trust

Parameters

Name Description
message string
The new idle message to set.
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 ChipDNA and OTI/Apriva. If other EMV integrations call it, it will result in a script error. For the ChipDNA device, lines can be inserted using [EOL].

Examples


if (!KioEMVTransaction.SetIdleMessage("READY"))
   alert('Failed to call SetIdleMessage!');

Requirements

KioWare for Windows version 8.7 or greater.