OpcUa

OpcUa — provides static utility functions for managing OPC UA client configuration editing.

Synopsis

class OpcUa
{
    static:
    beginEdit()
    applyEdit()
    cancelEdit()
    getConnection(connectionName)
}
    

Methods

beginEdit()

A static function that initiates an OPC UA client configuration editing session.

applyEdit()

A static function that writes OPC UA client connection configuration changes from the current session to the DataHub instance, and ends the session.

cancelEdit()

A static function that nullifies OPC UA client connection configuration changes from the current session and ends the session. No changes are made in the DataHub instance.

getConnection(connectionName)

A static function that returns an OpcUaConnection instance with all instance variables populated by values obtained from the DataHub OPC UA client connection configuration, and the connection name supplied in the connectionName parameter string.