PrinterCartridgeSensors Enumeration

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

Usage

'Usage
Dim printerCartridgeSensors1 As PrinterCartridgeSensors = PrinterCartridgeSensors.Cleaning

Syntax

'Declaration
Public Enum PrinterCartridgeSensors
public enum PrinterCartridgeSensors
public enum class PrinterCartridgeSensors
public enum PrinterCartridgeSensors
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 indicates the color cartridge is near end.
None The device doesn’t support cartridge monitoring sensors.
Removed A sensor that indicates the cartridge has been removed.

Remarks

Defines the possible printer cartridge monitoring sensors. Replaces the PTR_CART_REMOVED, PTR_CART_EMPTY, PTR_CART_NEAREND, and PTR_CART_CLEANING.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace