ICashRegisterDirectIo Method |
Perform additional specific operation.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxDirectIoResult DirectIo(
DirectIoTask task,
IUser cashier
)
Parameters
- task DirectIoTask
- Information about task.
- cashier IUser
- The cashier performing the operation.
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