Click or drag to resize

CleanSqueegeeResponse Class

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

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

The CleanSqueegeeResponse type exposes the following members.

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