OpcDataSurrogate Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcDataSurrogate type exposes the following members.

OpcDataSurrogate(String)

Initializes a new instance of the OpcDataSurrogate class using the identifier of the encoding associated with and transported by the new surrogate.

C#

protected OpcDataSurrogate(string encodingId)


Parameters

encodingId String

The String representing the identifier of the encoding of the data structure to be the surrogate of.

EncodingId

Gets the identifier of the encoding of the data structure.

C#

public string EncodingId { get; }


Property Value

String

The String representing the identifier of the encoding of the data structure the current OpcDataSurrogate is used for.