Share via


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

2/27/2008

Indicates the journal cover is closed.

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

Syntax

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