Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 5.77 KB

posprintercartridgesensors.md

File metadata and controls

65 lines (47 loc) · 5.77 KB
-api-id -api-type -api-device-family-note
T:Windows.Devices.PointOfService.PosPrinterCartridgeSensors
winrt enum
xbox

PosPrinterCartridgeSensors

-description

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

-enum-fields

-field None:0

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

-field Removed:1

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.Removed Property that is not valid
JournalPrinterCapabilities.CartridgeSensors ClaimedJournalPrinter.IsCartridgeRemoved
ReceiptPrinterCapabilities.CartridgeSensors ClaimedReceiptPrinter.IsCartridgeRemoved
SlipPrinterCapabilities.CartridgeSensors ClaimedSlipPrinter.IsCartridgeRemoved
ICommonPosPrintStationCapabilities.CartridgeSensors ICommonClaimedPosPrinterStation.IsCartridgeRemoved

-field Empty:2

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.Empty Property that is not valid
JournalPrinterCapabilities.CartridgeSensors ClaimedJournalPrinter.IsCartridgeEmpty
ReceiptPrinterCapabilities.CartridgeSensors ClaimedReceiptPrinter.IsCartridgeEmpty
SlipPrinterCapabilities.CartridgeSensors ClaimedSlipPrinter.IsCartridgeEmpty
ICommonPosPrintStationCapabilities.CartridgeSensors ICommonClaimedPosPrinterStation.IsCartridgeEmpty

-field HeadCleaning:4

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 Cleaning Property that is not valid
JournalPrinterCapabilities.CartridgeSensors ClaimedJournalPrinter.IsHeadCleaning
ReceiptPrinterCapabilities.CartridgeSensors ClaimedReceiptPrinter.IsHeadCleaning
SlipPrinterCapabilities.CartridgeSensors ClaimedSlipPrinter.IsHeadCleaning
ICommonPosPrintStationCapabilities.CartridgeSensors ICommonClaimedPosPrinterStation.IsHeadCleaning

-field NearEnd:8

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

-remarks

-examples

-see-also

JournalPrinterCapabilities.CartridgeSensors, ReceiptPrinterCapabilities.CartridgeSensors, SlipPrinterCapabilities.CartridgeSensors, ICommonPosPrintStationCapabilities.CartridgeSensors, ClaimedJournalPrinter.IsCartridgeRemoved, ClaimedReceiptPrinter.IsCartridgeRemoved, ClaimedSlipPrinter.IsCartridgeRemoved, ICommonClaimedPosPrinterStation.IsCartridgeRemoved, ClaimedJournalPrinter.IsHeadCleaning, ClaimedReceiptPrinter.IsHeadCleaning, ClaimedSlipPrinter.IsHeadCleaning, ICommonClaimedPosPrinterStation.IsHeadCleaning