EasyUA Reference
Read Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeSet Class : Read Method

istrm
The input stream.

Glossary Item Box

Loads a nodeset from a stream.

Syntax

Visual Basic (Usage)Copy Code
Dim istrm As Stream
Dim value As NodeSet
 
value = NodeSet.Read(istrm)
C# 
public static NodeSet Read( 
   Stream istrm
)

Parameters

istrm
The input stream.

Return Value

The set of nodes

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.