Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The types of encodings that may used with an object.
Namespace: Opc.UaAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | The extension object has no body. | |
| Binary | 1 | The extension object has a binary encoded body. | |
| Xml | 2 | The extension object has an XML encoded body. | |
| EncodeableObject | 3 | The extension object has an encodeable object body. |
Remarks
The types of encodings that may used with an object.