IScale Interface |
Namespace: Resto.Front.Api.Devices
public interface IScale : IDevice
The IScale type exposes the following members.
| Name | Description | |
|---|---|---|
| DeviceId |
Device id.
(Inherited from IDevice.) | |
| DeviceName |
Device title that will be displayed in BackOffice.
(Inherited from IDevice.) |
| Name | Description | |
|---|---|---|
| ClearPlu |
Clear PLU (Price Look Up) memory in the scale.
| |
| GetDeviceInfo |
Device status.
(Inherited from IDevice.) | |
| MeasureWeight |
Perform measure of weight operation.
| |
| RemoveDevice |
Perform remove device operation.
(Inherited from IDevice.) | |
| SendPlu |
Upload PLU items to the scale.
| |
| Setup |
Perform setup new configuration operation.
(Inherited from IDevice.) | |
| Start |
Perform start device operation.
(Inherited from IDevice.) | |
| Stop |
Perform stop device operation.
(Inherited from IDevice.) |