Click or drag to resize

IOperationServiceCashRegisterDirectIO Method

Perform additional specific operation.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
DirectIoResult CashRegisterDirectIO(
	ICashRegisterInfo cashRegister,
	CommandExecute command,
	ICredentials credentials
)

Parameters

cashRegister
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register.
command
Type: Resto.Front.Api.Data.Device.TasksCommandExecute
Specific operation command.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Type: DirectIoResult
See Also