LinePrinter.MethodCategoryCode Enumeration

This enumeration categorizes the functions as to their general purpose. It is used as added information passed in the LinePrinterException class.

Syntax

[Visual Basic]
Public Enum LinePrinter.MethodCategoryCode
[C#]
public enum LinePrinter.MethodCategoryCode

Members

Constructor Identifies the Constructor function.
Open Identifies functions that perform an open.
Close Identifies functions that perform a close.
Write Identifies functions that perform a write.
Administration Identifies functions that perform administrative functionality.

Requirements

Namespace: Honeywell.Mobility.Print

Assembly: Honeywell.Mobility.Print.LinePrinter.dll

More Information

LinePrinterException Class