Click or drag to resize

CleanSqueegeeResponse Class

Response to a request from an external source for a squeegee clean operation to be performed
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformance.SolderPastePrintingCleanSqueegeeResponse

Namespace: CFX.ResourcePerformance.SolderPastePrinting
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class CleanSqueegeeResponse : CFXMessage

The CleanSqueegeeResponse type exposes the following members.

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