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.
UUID: e2af7dbc-b3c1-432f-9fd8-a695c3ef02f9
For more information, see UAPubSubConfigurationAccessMethod in .NET Reference.
Member | Value | Description |
---|---|---|
UAPubSubConfigurationAccessMethod_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. |
UAPubSubConfigurationAccessMethod_ObjectAccessOnly | 0 | The PubSub configuration will be accessed only by reading and browsing the objects in the OPC UA server. |
UAPubSubConfigurationAccessMethod_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. |
For remarks, see UAPubSubConfigurationAccessMethod in .NET Reference.
For examples, see UAPubSubConfigurationAccessMethod in .NET Reference.