EasyUA Reference
SaveAsBinary(ISystemContext,Stream) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class > SaveAsBinary Method : SaveAsBinary(ISystemContext,Stream) Method

context
The context for the system being accessed.
ostrm
The stream to write.

Glossary Item Box

Saves the node in a binary stream. The stream is closed by this method.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim ostrm As Stream
 
instance.SaveAsBinary(context, ostrm)
C# 
public void SaveAsBinary( 
   ISystemContext context,
   Stream ostrm
)

Parameters

context
The context for the system being accessed.
ostrm
The stream to write.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.