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

buffer
start
count
context

Glossary Item Box

Creates a decoder that reads from a memory buffer.

Syntax

Visual Basic (Usage)Copy Code
Dim buffer() As Byte
Dim start As Integer
Dim count As Integer
Dim context As ServiceMessageContext
 
Dim instance As New BinaryDecoder(buffer, start, count, context)
C# 
public BinaryDecoder( 
   byte[] buffer,
   int start,
   int count,
   ServiceMessageContext context
)

Parameters

buffer
start
count
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.