i have an issue with the design of my server-client opcua framework.
The thing is, from client i want to send a event notification to opcuaServer. Is this possible?
Until now i can send event triggers from server, but i dont know if client is capable of that.
What gives?
An explanation of code related to the question or a simple answer.
No.
Think about the problem differently. Maybe the solution is for your client to call a Method on the server, or to write a Value to a specific VariableNode that the server will react to.