Syrve POS Api V10 Code Reference
Syrve POS Api V10 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
ICash
Register
Print
Text Method
Perform the operation of printing non-fiscal cheque (information, advertising or other).
Namespace:
Resto.Front.Api.Devices
Assembly:
Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
Copy
CashRegisterResult
PrintText
(
PrintTextTask
task
,
IUser
cashier
,
IViewManager
viewManager
)
Parameters
task
PrintTextTask
PrintTextTask
Task to process.
cashier
IUser
The cashier performing the operation.
viewManager
IViewManager
IViewManager
object to show dialogs. Should not be used after method returns.
Return Value
CashRegisterResult
Exceptions
Exception
Condition
DeviceException
Exception to notify that device actions was not successful.
See Also
Reference
ICashRegister Interface
Resto.Front.Api.Devices Namespace