Callback OnDeviceData(devName, data)
The scan result callback function.
Parameters
Name | Description |
devName |
string The device name from the Config Tool. |
data |
DeviceData
This Class will always have an array member called DataList, and the contents of that list will be: ScanResult classes, usually only one. |
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.