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

defs
OPCItemDef array to be serialized
buffer
The serialized XML text is written into this string.

Glossary Item Box

Serializes the specified OPCItemDef array into the specifed string.
Errors throw an exception. The application program needs to catch and handle these exceptions.

Syntax

Visual Basic (Declaration) 
Public Sub WriteBuffer( _
   ByVal defs() As OPCItemDef, _
   ByRef buffer As String _
) 
C# 
public void WriteBuffer( 
   OPCItemDef[] defs,
   out string buffer
)

Parameters

defs
OPCItemDef array to be serialized
buffer
The serialized XML text is written into this string.

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.