Resto.Front.Api.Devices Namespace |
| Interface | Description | |
|---|---|---|
| ICashRegister |
Common interface for cash register plugin.
Derive from MarshalByRefObject and implement this interface to make custom cash register.
| |
| ICashRegisterFactory |
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).
| |
| IDevice |
Common interface for device plugin.
Derive from MarshalByRefObject and implement this interface to make custom device processor.
| |
| IDeviceFactory | ||
| IScale |
Common interface for scale front plugin.
Derive from MarshalByRefObject and implement this interface to make custom scale processor.
| |
| IScaleFactory |
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).
|