Click or drag to resize

ICashRegisterDirectIo Method

Perform additional specific operation.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
DirectIoResult DirectIo(
	DirectIoTask task,
	IUser cashier
)

Parameters

task
Type: Resto.Front.Api.Data.Device.TasksDirectIoTask
Information about task.
cashier
Type: Resto.Front.Api.Data.SecurityIUser
The cashier performing the operation.

Return Value

Type: DirectIoResult
A document with the text of the command execution result. For example, a cash register's control tape.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also