Share via


PrinterCartridgeStates Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible printer cartridge states.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PrinterCartridgeStates
[FlagsAttribute] 
public enum PrinterCartridgeStates
[FlagsAttribute] 
public enum class PrinterCartridgeStates
/** @attribute FlagsAttribute() */ 
public enum PrinterCartridgeStates
FlagsAttribute 
public enum PrinterCartridgeStates

Members

Member name Description
Cleaning The printer head is being cleaned.
Empty The cartridge is empty.
NearEnd The cartridge is near its end.
OK The cartridge in normal condition.
Removed The cartridge has been removed.
Unknown Cannot determine the cartridge state.

Remarks

Used by the JrnCartridgeState, RecCartridgeState, and SlpCartridgeState properties. Members of this enumeration replaces the PTR_CART_UNKNOWN, PTR_CART_REMOVED, PTR_CART_EMPTY, PTR_CART_CLEANING, PTR_CART_NEAREND, and PTR_CART_OK UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace