<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > SimpleNetworkManagementProtocol Class > SimpleNetworkManagementProtocol Methods > SimpleNetworkManagementProtocol.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 _
)
[C#]
public override int FromXmlTextReader(
ref XmlTextReader reader,
ConfigurationFlags flags
);
reader
XmlTextReader used to read xml configuration file.
flags
Flags for the configuration load options.
0 if successful else an error code.
SimpleNetworkManagementProtocol Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]