A CogIODevice derived class must implement Write. The derived
classes are responsible for translating the input,
and sending the translated output to the physical device.
Namespace: Cognex.VisionPro.QuickBuild.IOAssembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax
Parameters
- writeData
- Type: Cognex.VisionPro.QuickBuild.IO CogIOOutputData
writeData contains the data to be written to the device.
See Also