libiec61850
libiec61850 copied to clipboard
No reference to ConnectionEventHandler (C#)
This line states that I should use ConnectionEventHandler instead of InstallConnectionClosedHandler, but I cannot find any reference to this ConnectionEventHandler in the source.
I presume this line is incorrect, so my question is: what should I use instead?
You are right. The line is incorrect. It should be StateChangedHandler
Hello, I'm C# developer, too