ReceiptPrinterCapabilities.CartridgeSensors Property

Definition

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

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

Property Value

A combination of enumeration values that indicate the sensors that the receipt printer station has available to report the status of the printer station.

Implements

Applies to

See also