Variable.ReadValue Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Methods >

Variable.ReadValue Method

BR.AN.PviServices .NET


Reads the actual value of processvariable.

Overload List

Reads the actual value of processvariable.

public void ReadValue()

Call this member to read the value of this instance. If synchronous == TRUE the method will not return until the value is read.

public int ReadValue(bool)

Call this member to read the value of this instance. If synchronous == TRUE the method will not return until the value is read.

public int ReadValue(bool,ref ArrayList)

See Also

Variable Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]

Topics in this section:

Variable.ReadValue() Method

Variable.ReadValue(Boolean) Method

Variable.ReadValue(Boolean, ArrayList) Method