Share via


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

2/27/2008

Enumerates the possible printer-cartridge-monitoring sensors.

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

Syntax

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

Members

Member name Description
Cleaning A sensor that indicates the head is being cleaned.
Empty A sensor that indicates the cartridge is empty.
NearEnd A sensor that determines whether the color cartridge is near its end.
None The device does not support cartridge-monitoring sensors.
Removed A sensor that indicates the cartridge has been removed.

Remarks

Used by the CapRecCartridgeSensor property. Members of this enumeration replace the PTR_CART_REMOVED, PTR_CART_EMPTY, PTR_CART_NEAREND, and PTR_CART_CLEANING UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace