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

buffer
expectedType
context

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function DecodeMessage( _
   ByVal buffer() As Byte, _
   ByVal expectedType As Type, _
   ByVal context As ServiceMessageContext _
) As IEncodeable
C# 
public static IEncodeable DecodeMessage( 
   byte[] buffer,
   Type expectedType,
   ServiceMessageContext context
)

Parameters

buffer
expectedType
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.