Click or drag to resize

ValidateStationSetupResponse Class

Response to a request to a process endpoint to validate that the currently loaded materials comply with the setup requirements supplied by the request.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "SETUP OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.StorageValidateStationSetupResponse

Namespace: CFX.Materials.Storage
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ValidateStationSetupResponse : CFXMessage

The ValidateStationSetupResponse type exposes the following members.

Constructors
 NameDescription
Public methodValidateStationSetupResponse Default constructor
Top
Properties
 NameDescription
Public propertyResult The result of the request
Top
See Also