Click or drag to resize

IDevice Interface

Common interface for plugin-based devices.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.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