|
GoWebScan API
|
| kStatus GoWebScanVisionInputMsg_Import | ( | GoWebScanVisionInputMsg | msg, |
| k32s | deviceId, | ||
| GoStampMsg | stampMsg, | ||
| GoVideoMsg | visionMsg, | ||
| GoWebScanConfigNode | configNode | ||
| ) |
Imports a GoVideoMsg msg into a GoWebScanVisionInputMsg object.
The messages are cloned into internal objects. As such, the GoVideoMsg object is still owned by the calling function and must be destroyed by it.
| msg | GoWebScanVisionInputMsg object. |
| deviceId | Serial number of device from which message originates. |
| stampMsg | Message stamp. |
| visionMsg | Video message. |
| configNode | Node configuration. |