ICashRegisterDirectIo Method |
Perform additional specific operation.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxDirectIoResult DirectIo(
DirectIoTask task,
IUser cashier,
IViewManager viewManager
)
Parameters
- task DirectIoTask
- Information about task.
- cashier IUser
- The cashier performing the operation.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
Return Value
DirectIoResultA document with the text of the command execution result. For example, a cash register's control tape.
Exceptions| Exception | Condition |
|---|
| DeviceException | Exception to notify that device actions was not successful. |
See Also