Share via


PosPrinter.StatusReceiptCoverOpen Field

2/27/2008

Indicates the receipt cover is open.

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

Syntax

'Declaration
Public Const StatusReceiptCoverOpen As Integer
public const int StatusReceiptCoverOpen
public:
literal int StatusReceiptCoverOpen
public static final int StatusReceiptCoverOpen
public const var StatusReceiptCoverOpen : 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 StatusPrinterCoverOpen 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 is open, the service object will raise the general event after a cover is opened, and 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