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

buffer
start
count
context

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal start As Integer, _
   ByVal count As Integer, _
   ByVal context As ServiceMessageContext _
)
C# 
public BinaryDecoder( 
   byte[] buffer,
   int start,
   int count,
   ServiceMessageContext context
)

Parameters

buffer
start
count
context

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.