<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Methods > Variable.ReadMemberVariables Method |
Reads member variables from xml configuration file and updates var Object. Verifies if ConfigurationFlags.VariableMembers is set. This flag is removed if service object is connected.
[Visual Basic]
Public Sub ReadMemberVariables( _
ByRef reader As XmlTextReader, _
ByVal flags As ConfigurationFlags, _
ByVal var As Variable _
)
[C#]
public void ReadMemberVariables(
ref XmlTextReader reader,
ConfigurationFlags flags,
Variable var
);
reader
XmlTextReader used to read xml configuration file.
flags
Flags for the configuration load options.
var
Variable Object to add members.
Variable Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]