Click or drag to resize

ICashRegisterCheckFfd12Marking 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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
CheckFfd12MarkingResult CheckFfd12Marking(
	CheckFfd12MarkingTask task
)

Parameters

task
Type: Resto.Front.Api.Data.Device.TasksCheckFfd12MarkingTask
Information about an sale item and marking.

Return Value

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