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,
	DirectIoTask task,
	ICredentials credentials
)

Parameters

cashRegister
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register.
task
Type: Resto.Front.Api.Data.Device.TasksDirectIoTask
Task data.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Type: DirectIoResult
See Also