Can.FromXmlTextReader Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Can.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

Can Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]