Callback OnCmdResult(string devName, int64 cmdId, string cmdName, string err, string data)
The command result callback function.
Parameters
Name | Description |
devName |
string The device name from the Config Tool. |
cmdId |
int64 The command or queue id returned by the command function initially called. |
cmdName |
string The command or function name initially called. |
err |
string An error message, if any, or null. |
data |
string The function-specific data returned as a result of the call. However, keep in mind that not all operations return data. |
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.18 or greater.