Click or drag to resize

IFfdCashRegisterCheckFfd12Marking Method

Check item marking. This operation is specific for devices with FFD 1.2 protocol. Other devices may throw NotImplementedException.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
CheckFfd12MarkingResult CheckFfd12Marking(
	CheckFfd12MarkingTask task,
	IUser cashier
)

Parameters

task
Type: Resto.Front.Api.Data.Device.TasksCheckFfd12MarkingTask
Information about an sale item and marking.
cashier
Type: Resto.Front.Api.Data.SecurityIUser
The cashier performing the operation.

Return Value

Type: CheckFfd12MarkingResult
Operation result as FFD 1.2 tags.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also