PosPrinter.StatusReceiptCoverOK Field (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates the receipt cover is closed.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Const StatusReceiptCoverOK As Integer
public const int StatusReceiptCoverOK
public:
literal int StatusReceiptCoverOK
public static final int StatusReceiptCoverOK
public const var StatusReceiptCoverOK : int

Remarks

Note: If a printer has only one cover, or if the printer cannot determine or report which covers are open, then the StatusUpdateEvent event will be raised by using the StatusPrinterCoverOK constant. For printers supporting multiple covers, the service object will raise the station-specific event first, followed by a general event. If more than one cover was open, the service object will raise a general event by using the StatusPrinterCoverOK constant only after all covers are closed.

See Also

Reference

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace