Opc.Ua.Core
SaveAsBinary(ISystemContext,Stream) Method



Opc.Ua Namespace > NodeState Class > SaveAsBinary Method : SaveAsBinary(ISystemContext,Stream) Method
The context for the system being accessed.
The stream to write.
Saves the node in a binary stream.
Syntax
'Declaration
 
Public Overloads Sub SaveAsBinary( _
   ByVal context As ISystemContext, _
   ByVal ostrm As Stream _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim ostrm As Stream
 
instance.SaveAsBinary(context, ostrm)
public void SaveAsBinary( 
   ISystemContext context,
   Stream ostrm
)
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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members
Overload List