Click or drag to resize

CleanStencilResponse Class

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

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

The CleanStencilResponse type exposes the following members.

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