Opc.Ua.Core
ProcessErrorMessage Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryClientChannel Class : ProcessErrorMessage Method
Processes an Error message received over the socket.
Syntax
'Declaration
 
Protected Function ProcessErrorMessage( _
   ByVal messageType As UInteger, _
   ByVal messageChunk As ArraySegment(Of Byte) _
) As Boolean
'Usage
 
Dim instance As UaSCUaBinaryClientChannel
Dim messageType As UInteger
Dim messageChunk As ArraySegment(Of Byte)
Dim value As Boolean
 
value = instance.ProcessErrorMessage(messageType, messageChunk)
protected bool ProcessErrorMessage( 
   uint messageType,
   ArraySegment<byte> messageChunk
)
protected:
bool ProcessErrorMessage( 
   uint messageType,
   ArraySegment<byte> messageChunk
) 

Parameters

messageType
messageChunk
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaSCUaBinaryClientChannel Class
UaSCUaBinaryClientChannel Members