Click or drag to resize

IAutosearchCashRegister Interface

Cash register with autosearch settings support

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

The IAutosearchCashRegister 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 methodConfigureSettings
Apply settings for device
(Inherited from IAutosearchDevice.)
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 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 methodSearchSettings
Get settings from autosearch
(Inherited from IAutosearchDevice.)
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