The CogNdmInspectionResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| InspectionIndex |
The index of the inspection process\channel\slot
that produced this inspection result.
| |
| InspectionPassed |
Information about whether the inspection passed or
failed.
| |
| ResultCode |
A user specified code which signifies something
about the result of the inspection.
| |
| ResultData |
The data produced by the inspection to be
sent to the remote device.
| |
| ResultDataOffset |
An offset into the overall result data packet
at which to write the result data for this
particular inspection result.
There is a single common packet format for all inspection result data. It is the responsibility of the user to partition this single data region into separate regions to avoid overwriting result data from other parallel inspection slots/channels (if they so choose). | |
| UsedAcquisitionIDs |
Information about which acquired images were used by the
inspection process to produce this inspection result.
|
See Also