Share via


PosPrinter.StatusJournalCoverOpen Field

2/27/2008

Indicates the journal cover is open.

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

Syntax

'Declaration
Public Const StatusJournalCoverOpen As Integer
public const int StatusJournalCoverOpen
public:
literal int StatusJournalCoverOpen
public static final int StatusJournalCoverOpen
public const var StatusJournalCoverOpen : 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