mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Since we now get ConnectionInfo when setting a connection listener, there is some good information in there that teams could use. Implemented using default interface methods, so teams should see no change if they don't implement the Ex methods. I noticed that the connection listener methods don't exist at all in C++, so they did not get added there.