Click or drag to resize

IScale Interface

Plugin-based scale device.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.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 methodClearPlu Clear PLU (Price Look Up) memory in the scale.
Public methodGetDeviceInfo Device status.
(Inherited from IDevice)
Public methodMeasureWeight Perform measure of weight operation.
Public methodRemoveDevice Perform remove device operation.
(Inherited from IDevice)
Public methodSendPlu Upload PLU items to the scale.
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