<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > TcpIpMODBUS Class > TcpIpMODBUS Methods > TcpIpMODBUS.FromXmlTextReader Method |
Reads the configuration from xml configuration file and updates.
[Visual Basic]
Public Overrides Sub FromXmlTextReader( _
ByRef reader As XmlTextReader, _
ByVal flags As ConfigurationFlags, _
ByVal baseObj As DeviceBase _
)
[C#]
public override int FromXmlTextReader(
ref XmlTextReader reader,
ConfigurationFlags flags,
DeviceBase baseObj
);
reader
XmlTextReader used to read xml configuration file.
flags
Flags for the configuration load options.
baseObj
The owner of the instance which will be updated.
0 if successful else an error code.
TcpIpMODBUS Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]