Callback OnKioDeviceCmdResult(devName, id, cmd, err, data)

Called in response to a command.

Parameters

Name Description
devName string
Device name from the Config Tool.
id int
The ID returned from the corresponding function call.
cmd int
The KioWare command type. You can usually ignore this.
err int
An informational, device specific error code, which will be 0 upon success.
data string
Data in response to the command, if applicable.

Remarks

The callback will be fired once per operation in every frame of every browser, unless the frame, based upon it's current URL, does not have the required scripting trust level.

Requirements

KioWare for Windows version 8.23 or greater.