EasyUA Reference
BinaryDecoder Constructor(Stream,ServiceMessageContext)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BinaryDecoder Class > BinaryDecoder Constructor : BinaryDecoder Constructor(Stream,ServiceMessageContext)

stream
context

Glossary Item Box

Creates a decoder that reads from a stream.

Syntax

Visual Basic (Usage)Copy Code
Dim stream As Stream
Dim context As ServiceMessageContext
 
Dim instance As New BinaryDecoder(stream, context)
C# 
public BinaryDecoder( 
   Stream stream,
   ServiceMessageContext context
)

Parameters

stream
context

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.