tutorial_server_method.rst 342 B

123456789
  1. Adding server-side methods
  2. ======================
  3. This tutorial demonstrates how to add method nodes to the server.
  4. Consider 'examples/server_method.c' in the repository. The examples are compiled if the Cmake option BUILD_EXAMPLE is turned on.
  5. Use an UA client, e.g., UaExpert to call the method (right-click on the method node -> call).