JournalPrinterCapabilities.CartridgeSensors Property

Definition

Gets information about the sensors that the journal printer station has available to report the status of the printer cartridge.

public:
 property PosPrinterCartridgeSensors CartridgeSensors { PosPrinterCartridgeSensors get(); };
PosPrinterCartridgeSensors CartridgeSensors();
public PosPrinterCartridgeSensors CartridgeSensors { get; }
var posPrinterCartridgeSensors = journalPrinterCapabilities.cartridgeSensors;
Public ReadOnly Property CartridgeSensors As PosPrinterCartridgeSensors

Property Value

A combination of enumeration values that indicate the set of sensors that can provide state information for the journal printer ink cartridges.

Implements

Applies to

See also