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

xmltext
String with the XML text.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function ReadBuffer( _
   ByVal xmltext As String _
) As OPCItemDef()
C# 
public OPCItemDef[] ReadBuffer( 
   string xmltext
)

Parameters

xmltext
String with the XML text.

Return Value

OPCItemDef array with the deserialized data.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

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