iikoFront Api V7 Code Reference
iikoFront Api V7 Code Reference
Resto.Front.Api.Devices
ICashRegister Interface
ICashRegister Methods
CheckFfd12Marking Method
CustomerDisplayIdle Method
CustomerDisplayText Method
DirectIo Method
DoBillCheque Method
DoCheque Method
DoCorrection Method
DoOpenSession Method
DoPayIn Method
DoPayOut Method
DoXReport Method
DoZReport Method
GetCashRegisterData Method
GetCashRegisterDriverParameters Method
GetCashRegisterStatus Method
GetQueryInfo Method
IsDrawerOpened Method
OpenDrawer Method
PrintText Method
ICashRegister
CheckFfd12Marking 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#
Copy
CheckFfd12MarkingResult
CheckFfd12Marking
(
CheckFfd12MarkingTask
task
)
Parameters
task
Type:
Resto.Front.Api.Data.Device.Tasks
CheckFfd12MarkingTask
Information about an sale item and marking.
Return Value
Type:
CheckFfd12MarkingResult
Operation result as FFD 1.2 tags.
Exceptions
Exception
Condition
DeviceException
Exception to notify that device actions was not successful.
See Also
Reference
ICashRegister Interface
Resto.Front.Api.Devices Namespace
Resto.Front.Api.Data.Device.Tasks
CheckFfd12MarkingTask