CashDrawerCapabilities.IsDrawerOpenSensorAvailable Property
Definition
Indicated whether cash drawer open sensor is available.
public:
property bool IsDrawerOpenSensorAvailable { bool get(); };
bool IsDrawerOpenSensorAvailable();
public bool IsDrawerOpenSensorAvailable { get; }
var boolean = cashDrawerCapabilities.isDrawerOpenSensorAvailable;
Public ReadOnly Property IsDrawerOpenSensorAvailable As Boolean
Property Value
True if the sensor is available, otherwise false.