Variables | |
| __int3264 | Image |
| Pipelines an image to the Common Vision DigIO Control. More... | |
| boolean | IsBasicDigIO |
| Determines whether the current image object supports the BasicDigIO interface. More... | |
| long | NumInputs |
| Returns the number of available input ports for the current image object. More... | |
| long | NumOutputs |
| Returns the number of available output ports for the current image object. More... | |
| __int3264 Image |
Pipelines an image to the Common Vision DigIO Control.
| [in,out] | Image | Handle of the image object. |
|
readonly |
Determines whether the current image object supports the BasicDigIO interface.
| [out] | IsBasicDigIO | Indicates, if the image supports the BasicDigIO interface. |
TRUE, if the current image object supports the BasicDigIO inteface, FALSE otherwise.
|
readonly |
Returns the number of available input ports for the current image object.
| [out] | NumInputs | Valid port numbers between 0 and NumInputs - 1. |
|
readonly |
Returns the number of available output ports for the current image object.
| [out] | NumOutputs | Valid port number between 0 and NumOutputs - 1. |