Click or drag to resize

ICashRegisterIsDrawerOpened Method

Checks a cash drawer status.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
bool IsDrawerOpened()

Return Value

Type: Boolean
true if the cash drawer is open, otherwise false.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also