ValidateUnitsResponse Class |
Sent from a process endpoint in order to validate the identifier of the next production unit.
Process endpoints, where configured, should send this request before allowing the next unit
to enter the process. Configuration must be provided to identify the endpoint that implements
CFX.InformationSystem.UnitValidation Identification and is responsible to provide the response.
{
"Result": {
"Result": "Success",
"ResultCode": 0,
"Message": null
},
"PrimaryResult": {
"UniqueIdentifier": "CARRIER5566",
"PositionNumber": 0,
"Result": "Passed",
"FailureCode": 0,
"Message": "OK"
},
"ValidationResults": [
{
"UniqueIdentifier": "CARRIER5566",
"PositionNumber": 1,
"Result": "Passed",
"FailureCode": 0,
"Message": "OK"
},
{
"UniqueIdentifier": "CARRIER5566",
"PositionNumber": 2,
"Result": "Passed",
"FailureCode": 0,
"Message": "OK"
}
]
}
Inheritance Hierarchy Namespace: CFX.InformationSystem.UnitValidationAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class ValidateUnitsResponse : CFXMessage
Public Class ValidateUnitsResponse
Inherits CFXMessage
The ValidateUnitsResponse type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | PrimaryResult |
Overall result of the validation request
|
 | Result |
Result of the request
|
 | ValidationResults |
Individual results of the validation request (for multiple units in a carrier or PCB Panel)
|
Top
See Also