Click or drag to resize

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
SystemObject
  CFXCFXMessage
    CFX.InformationSystem.UnitValidationValidateUnitsResponse

Namespace: CFX.InformationSystem.UnitValidation
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ValidateUnitsResponse : CFXMessage

The ValidateUnitsResponse type exposes the following members.

Constructors
 NameDescription
Public methodValidateUnitsResponse Default constructor
Top
Properties
 NameDescription
Public propertyPrimaryResult Overall result of the validation request
Public propertyResult Result of the request
Public propertyValidationResults Individual results of the validation request (for multiple units in a carrier or PCB Panel)
Top
See Also