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 | |
---|---|---|
![]() | GetDeviceInfo |
Device status.
(Inherited from IDevice.) |
![]() | MeasureWeight |
Perform measure of weight operation.
|
![]() | RemoveDevice |
Perform remove device operation.
(Inherited from IDevice.) |
![]() | 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.) |