PrintResults Members (POS for .NET v1.12 SDK Documentation)
2/27/2008
The PrintResults helper class simplifies the return of status from service object-implemented base class methods and is used by the PosPrinterBase class to maintain and update printer statistics.
The following tables list the members exposed by the PrintResults type.
Public Constructors
Name | Description | |
---|---|---|
PrintResults | Creates a new instance of the PrintResults class. |
Top
Public Properties
Name | Description | |
---|---|---|
BarcodePrintedCount | Contains the number of barcodes printed. | |
ErrorCode | Contains the error code for the current error condition. | |
ErrorCodeExtended | Contains the extended error code for the current error condition. | |
ErrorLevel | Contains the current error level for the printer device. | |
ErrorString | Contains a vendor-supplied description of the error that has occurred. | |
FailedPaperCutCount | Contains the number of failed paper cuts. | |
FailedPrintSideChangeCount | Contains the number of print side changes (or check flips) failures. | |
FormInsertionCount | Contains the number of forms inserted into the document/slip station. | |
HomeErrorCount | Contains the number of home errors. | |
JournalCharacterPrintedCount | Contains the number of Journal characters printed. | |
JournalLinePrintedCount | Contains the number of Journal lines printed. | |
MaximumTempReachedCount | Contains the number of times Maximum temperature was reached. | |
NVRAMWriteCount | Contains the number of times NVRAM is written to. | |
PaperCutCount | Contains the number of paper cuts. | |
PrinterFaultCount | Contains the number of printer faults. | |
PrinterStation | Contains the current printer station, as defined by the PrinterStation enumeration. | |
PrintSideChangeCount | Contains the number of print side changes (or check flips) performed. | |
ReceiptCharacterPrintedCount | Contains the number of receipt characters printed. | |
ReceiptLineFeedCount | Contains the number of receipt line feeds performed. | |
ReceiptLinePrintedCount | Contains the number of receipt lines printed. | |
SlipCharacterPrintedCount | Contains the number of document/slip characters printed. | |
SlipLineFeedCount | Contains the number of document/slip line feeds performed. | |
SlipLinePrintedCount | Contains the number of document/slip lines printed. | |
StampFiredCount | Contains the number of Stamps fired. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
PrintResults Class
Microsoft.PointOfService.BaseServiceObjects Namespace