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

buffer
start
count
context

Glossary Item Box

Creates an encoder that writes to a fixed size 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 BinaryEncoder(buffer, start, count, context)
C# 
public BinaryEncoder( 
   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.