Click or drag to resize

IDeviceFactory Interface

Common interface for plugin-based device factories.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface IDeviceFactory

The IDeviceFactory type exposes the following members.

Properties
 NameDescription
Public propertyDefaultDeviceSettings Get the initial configuration of the device.
Public propertyDescription Device title that will be displayed in BackOffice.
Public propertyFactoryCode Unique identifier for the plugin device factory
Top
See Also