Click or drag to resize

Resto.Front.Api.Devices Namespace

 
Interfaces
  InterfaceDescription
Public interfaceICashRegister
Common interface for cash register plugin. Derive from MarshalByRefObject and implement this interface to make custom cash register.
Public interfaceICashRegisterFactory
Common interface for creating device plugin. Derive from MarshalByRefObject and implement this interface to make custom device factory. Your implementation should be registered by RegisterCashRegisterFactory(ICashRegisterFactory).
Public interfaceIDevice
Common interface for device plugin. Derive from MarshalByRefObject and implement this interface to make custom device processor.
Public interfaceIDeviceFactory
Public interfaceIScale
Common interface for scale front plugin. Derive from MarshalByRefObject and implement this interface to make custom scale processor.
Public interfaceIScaleFactory
Common interface for creating device plugin. Derive from MarshalByRefObject and implement this interface to make custom device factory. Your implementation should be registered by RegisterScaleFactory(IScaleFactory).