HMIProject / open62541

9 stars 6 forks source link

Refactor `Server` methods to match `AsyncClient` #155

Closed sgoll closed 3 weeks ago

sgoll commented 1 month ago

Description

This renames Server::write_variable() to write_value(), to match the corresponding method in AsyncClient. It also removes the arbitrary helper method Server::write_variable_string(). The same effect can be achieved more explicitly.