OPC Labs EasyOPC-UA Library
UAPubSubConfigurationAccessMethod Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UAPubSubConfigurationAccessMethod Enumeration
Description
Selects how will be the PubSub configuration (in the OPC UA server) accessed.

 

UUID: e2af7dbc-b3c1-432f-9fd8-a695c3ef02f9

 

For more information, see UAPubSubConfigurationAccessMethod in .NET Reference.

Members
MemberValueDescription
UAPubSubConfigurationAccessMethod_LoadFromFileNodeOnly1The 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.
UAPubSubConfigurationAccessMethod_ObjectAccessOnly0The PubSub configuration will be accessed only by reading and browsing the objects in the OPC UA server.
UAPubSubConfigurationAccessMethod_PreferLoadFromFileNode2If 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.
Remarks

For remarks, see UAPubSubConfigurationAccessMethod in .NET Reference.

Example

For examples, see UAPubSubConfigurationAccessMethod in .NET Reference.