Interface IProxyBalanca
Inherited Members
System.IDisposable.Dispose()
Assembly: VndBE100.dll
Syntax
public interface IProxyBalanca : IDisposable
Properties
TempoAmostragem
Declaration
int TempoAmostragem { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UltimoErro
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
Config()
Declaration
DaDescritivoErro(Int32)
Declaration
string DaDescritivoErro(int iNumErro = -1)
Parameters
Type |
Name |
Description |
System.Int32 |
iNumErro |
|
Returns
Type |
Description |
System.String |
|
DaPeso(ref Double)
Declaration
bool DaPeso(ref double peso)
Parameters
Type |
Name |
Description |
System.Double |
peso |
|
Returns
Type |
Description |
System.Boolean |
|
DaPesoEstavel(ref Double, Int32)
Declaration
bool DaPesoEstavel(ref double peso, int timeout = 1500)
Parameters
Type |
Name |
Description |
System.Double |
peso |
|
System.Int32 |
timeout |
|
Returns
Type |
Description |
System.Boolean |
|
Inicializa(String, String)
Declaration
bool Inicializa(string posto, string pathINI = "")
Parameters
Type |
Name |
Description |
System.String |
posto |
|
System.String |
pathINI |
|
Returns
Type |
Description |
System.Boolean |
|
Termina()
Declaration