Selects how will be the PubSub configuration (in the OPC UA server) accessed.
Syntax
Members
Member | Value | Description |
LoadFromFileNodeOnly | 1 | The PubSub configuration will be only loaded from the dedicated file node in the OPC UA server. Operations will fail if the node is not provided by the server. |
ObjectAccessOnly | 0 | The PubSub configuration will be accessed only by reading and browsing the objects in the OPC UA server. |
PreferLoadFromFileNode | 2 | If a dedicated file node with the PubSub configuration is provided by the OPC UA server, it will be loaded from the file node. Otherwise, the configuration will be accessed by reading and browsing the objects in the server. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
OpcLabs.EasyOpc.UA.PubSub.InformationModel.Extensions.UAPubSubConfigurationAccessMethod
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also