Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The types of encodings that may used with an object.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public enum ExtensionObjectEncoding
Visual Basic
Public Enumeration ExtensionObjectEncoding
Visual C++
public enum class ExtensionObjectEncoding

Members

Member nameValueDescription
None0 The extension object has no body.
Binary1 The extension object has a binary encoded body.
Xml2 The extension object has an XML encoded body.
EncodeableObject3 The extension object has an encodeable object body.

Remarks

The types of encodings that may used with an object.

See Also