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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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