Click or drag to resize

IFfdCashRegister Interface

Cash register with ffd support.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IFfdCashRegister : ICashRegister, 
	IDevice

The IFfdCashRegister type exposes the following members.

Properties
  NameDescription
Public propertyDeviceId
Device id.
(Inherited from IDevice.)
Public propertyDeviceName
Device title that will be displayed in BackOffice.
(Inherited from IDevice.)
Top
Methods
  NameDescription
Public methodCheckFfd12Marking
Check item marking. This operation is specific for devices with FFD 1.2 protocol. Other devices may throw NotImplementedException.
Public methodCustomerDisplayIdle
Put a customer display into idle mode.
(Inherited from ICashRegister.)
Public methodCustomerDisplayText
Display a text on the customer display.
(Inherited from ICashRegister.)
Public methodDirectIo
Perform additional specific operation.
(Inherited from ICashRegister.)
Public methodDoBillCheque
Perform a cheque printing operation on a cash register without payments.
(Inherited from ICashRegister.)
Public methodDoCheque
Perform a cheque printing operation on a cash register.
(Inherited from ICashRegister.)
Public methodDoFfd10Correction
Perform a cheque correction.
Public methodDoFfd11Correction
Perform a cheque correction.
Public methodDoOpenSession
Perform open cafe session operation.
(Inherited from ICashRegister.)
Public methodDoPayIn
Perform pay in cash operation.
(Inherited from ICashRegister.)
Public methodDoPayOut
Perform pay out cash operation.
(Inherited from ICashRegister.)
Public methodDoXReport
Perform X-report printing operation at the cafe session opening.
(Inherited from ICashRegister.)
Public methodDoZReport
Perform Z-report printing operation at the cafe session closing.
(Inherited from ICashRegister.)
Public methodGetCashRegisterData
Get the current state of the cash register.
(Inherited from ICashRegister.)
Public methodGetCashRegisterDriverParameters
Get the cash register driver parameters.
(Inherited from ICashRegister.)
Public methodGetCashRegisterStatus
Get the current status of the cash register.
(Inherited from ICashRegister.)
Public methodGetDeviceInfo
Device status.
(Inherited from IDevice.)
Public methodGetQueryInfo
Returns supported additional operations.
(Inherited from ICashRegister.)
Public methodIsDrawerOpened
Checks a cash drawer status.
(Inherited from ICashRegister.)
Public methodOpenDrawer
Perform open drawer operation.
(Inherited from ICashRegister.)
Public methodPrintText
Perform the operation of printing non-fiscal cheque (information, advertising or other).
(Inherited from ICashRegister.)
Public methodRemoveDevice
Perform remove device operation.
(Inherited from IDevice.)
Public methodSetup
Perform setup new configuration operation.
(Inherited from IDevice.)
Public methodStart
Perform start device operation.
(Inherited from IDevice.)
Public methodStop
Perform stop device operation.
(Inherited from IDevice.)
Top
See Also