Syrve POS Api V8 Code Reference
Syrve POS Api V8 Code Reference
Resto.Front.Api.Devices
ICashRegister Interface
ICashRegister Methods
CustomerDisplayIdle Method
CustomerDisplayText Method
DirectIo Method
DoBillCheque Method
DoCheque Method
DoOpenSession Method
DoPayIn Method
DoPayOut Method
DoXReport Method
DoZReport Method
GetCashRegisterData Method
GetCashRegisterDriverParameters Method
GetCashRegisterStatus Method
GetQueryInfo Method
IsDrawerOpened Method
OpenDrawer Method
PrintText Method
ICashRegister
GetCashRegisterStatus Method
Get the current status of the cash register.
Namespace:
Resto.Front.Api.Devices
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
Copy
CashRegisterStatus
GetCashRegisterStatus
(
GetCashRegisterStatusTask
task
)
Parameters
task
Type:
Resto.Front.Api.Data.Device.Tasks
GetCashRegisterStatusTask
Task with list of the fields.
Return Value
Type:
CashRegisterStatus
Status of the cash register with completed requested fields.
Exceptions
Exception
Condition
DeviceException
Exception to notify that device actions was not successful.
See Also
Reference
ICashRegister Interface
Resto.Front.Api.Devices Namespace