Click or drag to resize

ICashRegisterDirectIo Method

Perform additional specific operation.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
DirectIoResult DirectIo(
	CommandExecute execute
)

Parameters

execute
Type: Resto.Front.Api.Data.Device.TasksCommandExecute
Specific command to execute.

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