WPILibC++
2019.1.1-beta-2-47-gd528a77
|
NetworkTables Connection Notification. More...
#include <ntcore_c.h>
Public Attributes | |
NT_ConnectionListener | listener |
Listener that was triggered. More... | |
NT_Bool | connected |
True if event is due to connection being established. More... | |
struct NT_ConnectionInfo | conn |
Connection info. More... | |
NetworkTables Connection Notification.
struct NT_ConnectionInfo NT_ConnectionNotification::conn |
Connection info.
NT_Bool NT_ConnectionNotification::connected |
True if event is due to connection being established.
NT_ConnectionListener NT_ConnectionNotification::listener |
Listener that was triggered.