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 addCmd. |
cmd |
int The KioWare command type, where addCmd is 1. |
err |
int . |
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.28 or greater.