int compareBatch(string fmd, string callbackName = null)
Do a batch compare operation.
Parameters
Name | Description |
fmd |
string The FMD to compare to all batch items stored by setBatch. |
callbackName |
(Optional) string A JavaScript function name that you would like KioWare to call with the result. If not specified or null, OnKioDeviceCmdResult will be called. |
Return
On success, an incrementing number; the purpose of which is to match a particular call to a callback response. Upon failure, 0.
Security
Trust Level Required: Full Trust
Requirements
KioWare for Windows version 8.27 or greater.