PosPrinterCartridgeSensors PosPrinterCartridgeSensors PosPrinterCartridgeSensors PosPrinterCartridgeSensors Enum

Definition

Describes the possible sensors available for a printer station of a point-of-service printer to use to report the status of the printer.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

public : enum class PosPrinterCartridgeSensorspublic enum PosPrinterCartridgeSensorsPublic Enum PosPrinterCartridgeSensors// You can use this enum in JavaScript.
Attributes
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Empty Empty Empty Empty

The printer station has a sensor that detects if the cartridge is empty.

If the CatridgeSensors property of the capabilities object for a printer station does not contain this value, the IsCartridgeEmpty property of corresponding object for the claimed printer station is not valid. The following table shows the properties that are not valid when the corresponding CartridgeSensors property does not contain PosPrinterCartridgeSensors.Empty.

Property that does not contain PosPrinterCartridgeSensors.EmptyProperty that is not valid
JournalPrinterCapabilities.CartridgeSensors ClaimedJournalPrinter.IsCartridgeEmpty
ReceiptPrinterCapabilities.CartridgeSensors ClaimedReceiptPrinter.IsCartridgeEmpty
SlipPrinterCapabilities.CartridgeSensors ClaimedSlipPrinter.IsCartridgeEmpty
ICommonPosPrintStationCapabilities.CartridgeSensors ICommonClaimedPosPrinterStation.IsCartridgeEmpty
HeadCleaning HeadCleaning HeadCleaning HeadCleaning

The printer station has a sensor that detects if the head of the printer cartridge is being cleaned.

If the CatridgeSensors property of the capabilities object for a printer station does not contain this value, the IsHeadCleaning property of corresponding object for the claimed printer station is not valid. The following table shows the properties that are not valid when the corresponding CartridgeSensors property does not contain PosPrinterCartridgeSensors.Head Cleaning.

Property that does not contain PosPrinterCartridgeSensors.Head CleaningProperty that is not valid
JournalPrinterCapabilities.CartridgeSensors ClaimedJournalPrinter.IsHeadCleaning
ReceiptPrinterCapabilities.CartridgeSensors ClaimedReceiptPrinter.IsHeadCleaning
SlipPrinterCapabilities.CartridgeSensors ClaimedSlipPrinter.IsHeadCleaning
ICommonPosPrintStationCapabilities.CartridgeSensors ICommonClaimedPosPrinterStation.IsHeadCleaning
NearEnd NearEnd NearEnd NearEnd

The printer station has a sensor that detects if the printer cartridge is almost out of ink or toner.

None None None None

The printer station does not have any sensors available to report the status of the station.

Removed Removed Removed Removed

The printer station has a sensor that detects if the cartridge is removed.

If the CatridgeSensors property of the capabilities object for a printer station does not contain this value, the IsCartridgeRemoved property of corresponding object for the claimed printer station is not valid. The following table shows the properties that are not valid when the corresponding CartridgeSensors property does not contain PosPrinterCartridgeSensors.Removed.

Property that does not contain PosPrinterCartridgeSensors.RemovedProperty that is not valid
JournalPrinterCapabilities.CartridgeSensors ClaimedJournalPrinter.IsCartridgeRemoved
ReceiptPrinterCapabilities.CartridgeSensors ClaimedReceiptPrinter.IsCartridgeRemoved
SlipPrinterCapabilities.CartridgeSensors ClaimedSlipPrinter.IsCartridgeRemoved
ICommonPosPrintStationCapabilities.CartridgeSensors ICommonClaimedPosPrinterStation.IsCartridgeRemoved