OpcDataSurrogate Class

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

Provides a surrogate used to transport the encoding of data structures its structural information is resolved dynamically at runtime. This information is then transformed into a dynamically determined subclass of the OpcData class. The SDK uses this class in turn to create an instance which is able to represent and understand the encoded structured data. This class serves mechanisms required by the OPC UA Framework infrastructure and it is not intended to be used directly in your code.

C#

public abstract class OpcDataSurrogate


Inheritance Object › OpcDataSurrogate

Name Description
OpcDataSurrogate(String) Initializes a new instance of the OpcDataSurrogate class using the identifier of the encoding associated with and transported by the new surrogate.
Name Description
EncodingId Gets the identifier of the encoding of the data structure.