Click or drag to resize

IScale Interface

Plugin-based scale device.

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

The IScale 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 methodGetDeviceInfo
Device status.
(Inherited from IDevice.)
Public methodMeasureWeight
Perform measure of weight operation.
Public methodRemoveDevice
Perform remove device operation.
(Inherited from IDevice.)
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