PosPrinterCartridgeSensors Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 supports a bitwise combination of its member values.
public enum class PosPrinterCartridgeSensors
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterCartridgeSensors
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterCartridgeSensors
var value = Windows.Devices.PointOfService.PosPrinterCartridgeSensors.none
Public Enum PosPrinterCartridgeSensors
- Inheritance
-
PosPrinterCartridgeSensors
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
None | 0 | The printer station does not have any sensors available to report the status of the station. |
||||||||||
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.
|
||||||||||
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.
|
||||||||||
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.
|
||||||||||
NearEnd | 8 | The printer station has a sensor that detects if the printer cartridge is almost out of ink or toner. |