OpcTypeResolveEventArgs Class

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

Provides the event data for events used to resolve missing Type information.

C#

public class OpcTypeResolveEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcTypeResolveEventArgs

Name Description
OpcTypeResolveEventArgs(OpcNodeId) Initializes a new instance of the OpcTypeResolveEventArgs using the typeId of the Type to resolve.
OpcTypeResolveEventArgs(OpcNodeId, OpcEncoding) Initializes a new instance of the OpcTypeResolveEventArgs using the typeId and encoding of the Type to resolve.
Name Description
Encoding Gets the encoding which is to be supported by the Type to resolve.
ResolvedType Gets or sets the Type which has been resolved by one of the event handlers using the TypeId and Encoding specified.
TypeId Gets the identifier of the Type to resolve.