Opc.Ua.Core
LoadAsBinary Method



Opc.Ua Namespace > NodeState Class : LoadAsBinary Method
The context for the system being accessed.
The stream to read.
Loads the node from a binary stream.
Syntax
'Declaration
 
Public Sub LoadAsBinary( _
   ByVal context As ISystemContext, _
   ByVal istrm As Stream _
) 
 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim istrm As Stream
 
instance.LoadAsBinary(context, istrm)

Parameters

context
The context for the system being accessed.
istrm
The stream to read.
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