FreeOpcUa / python-opcua

LGPL Pure Python OPC-UA Client and Server
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
1.35k stars 658 forks source link

Generic method at call as server #1459

Closed BenediktEnger closed 2 years ago

BenediktEnger commented 2 years ago

Hi, I try to implement an generic approach to collect called methods. When adding a method you habe to enter the id, name , function and arguments. So as a function I want to use the same for multiple methods. The problem is, the called function does not get any information about who has called. I only get information about the parent but in my case, the parent has multiple methods.

Does anybody knows how do deal with it?

Thanks in advance!