Click or drag to resize

IDevice Interface

Common interface for device plugin. Derive from MarshalByRefObject and implement this interface to make custom device processor.

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

The IDevice type exposes the following members.

Properties
  NameDescription
Public propertyDeviceId
Device id.
Public propertyDeviceName
Device title that will be displayed in BackOffice.
Top
Methods
  NameDescription
Public methodGetDeviceInfo
Device status.
Public methodRemoveDevice
Perform remove device operation.
Public methodSetup
Perform setup new configuration operation.
Public methodStart
Perform start device operation.
Public methodStop
Perform stop device operation.
Top
See Also