Share via


FiscalPrinter.StatusSlipEmpty Field (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates no slip form is inserted, and no slip form has been detected at the entrance to the slip station.

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

Syntax

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

Remarks

This value is returned by a StatusUpdateEvent in the Status property.

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace
StatusUpdateEvent