Serial.FromXmlTextReader Method

<< 点击显示目录 >>

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

Serial.FromXmlTextReader Method

BR.AN.PviServices .NET


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

);

Parameters

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.

Return Value

0 if successful else an error code.

See Also

Serial Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]