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 message encoding used with a request.
Namespace: Opc.UaAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public enum RequestEncoding |
| Visual Basic |
|---|
Public Enumeration RequestEncoding |
| Visual C++ |
|---|
public enum class RequestEncoding |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Binary | 0 | The request used the UA binary encoding. | |
| Xml | 1 | The request used the UA XML encoding. |