OPCDA.NET Reference Manual
XmlIO Class Members
See Also  Methods  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace : XmlIO Class


Glossary Item Box

The following tables list the members exposed by XmlIO.

Public Constructors

 NameDescription
Public ConstructorXmlIO Constructor  
Top

Public Methods

 NameDescription
Public MethodReadBufferDe-serializes the text in the specified string into an OPCItemDef array.
Errors throw an exception. The application program needs to catch and handle these exceptions.  
Public MethodReadFileReads the specified file and de-serialize it into an OPCItemDef array.
Errors throw an exception. The application program needs to catch and handle these exceptions.  
Public MethodWriteBufferSerializes the specified OPCItemDef array into the specifed string.
Errors throw an exception. The application program needs to catch and handle these exceptions.  
Public MethodWriteFileSerializes the specified OPCItemDef array and writes the XML text into the specified file.
Errors throw an exception. The application program needs to catch and handle these exceptions.  
Top

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.