SlipPrinterCapabilities.CartridgeSensors Property

Definition

Gets information about the sensors that the slip 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 = slipPrinterCapabilities.cartridgeSensors;
Public ReadOnly Property CartridgeSensors As PosPrinterCartridgeSensors

Property Value

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

Implements

Applies to

See also