Click or drag to resize

IAutosearchDevice Interface

Device with autosearch settings support

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

The IAutosearchDevice type exposes the following members.

Properties
  NameDescription
Public propertyDeviceId
Device id.
(Inherited from IDevice.)
Public propertyDeviceName
Device title that will be displayed in BackOffice.
(Inherited from IDevice.)
Top
Methods
  NameDescription
Public methodConfigureSettings
Apply settings for device
Public methodGetDeviceInfo
Device status.
(Inherited from IDevice.)
Public methodRemoveDevice
Perform remove device operation.
(Inherited from IDevice.)
Public methodSearchSettings
Get settings from autosearch
Public methodSetup
Perform setup new configuration operation.
(Inherited from IDevice.)
Public methodStart
Perform start device operation.
(Inherited from IDevice.)
Public methodStop
Perform stop device operation.
(Inherited from IDevice.)
Top
See Also