Click or drag to resize

ValidateStationSetupResponse Class

[This is preliminary documentation and is subject to change.]

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class ValidateStationSetupResponse : CFXMessage

The ValidateStationSetupResponse type exposes the following members.

Properties
  NameDescription
Public propertyResult
The result of the request
Top
See Also