OpcTypeDecodingFailedEventHandler Delegate

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Represents the method that will handle events which occur when the decoding of a specific type has failed.

C#

public delegate void OpcTypeDecodingFailedEventHandler(object sender, OpcTypeDecodingFailedEventArgs e);


Parameters

sender Object

The source of the event.

e OpcTypeDecodingFailedEventArgs

An instance of the OpcTypeDecodingFailedEventArgs class containing the information used to decode a specific Type.