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
| 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.
|
||||||||||
| 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.
|
||||||||||
| 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.
|