Share via


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

2/27/2008

Indicates the slip cover is closed.

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

Syntax

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