Click or drag to resize

CleanStencilResponse Class

A response to a request by a remote party for a stencil printer to perform a stencil clean operation
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformance.SolderPastePrintingCleanStencilResponse

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

The CleanStencilResponse type exposes the following members.

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