|
sendMessage
|
|
|
|
| ID
|
|
|
| An integer specifying a user-defined identificator.
|
|
|
|
|
|
|
| ERR_OK
|
|
|
| The flag set if successful.
|
|
|
| ERR_FAILED
|
|
|
| The flag set if failed.
|
|
|
|
|
| This set of statements continuously grabs an image and notifies a client when the acquisition is completed.
|
|
|
| do
|
| grabim(1)
|
| sendMessage(0)
|
| loop
|
|
|
|
|
|
|
| This function is used for synchronizing ImageWarp scripts with an external COM application that uses ImageWarp as an Automation server. See Automation for more details.
|
|
|