WPILibC++  unspecified
NT_ConnectionNotification Struct Reference

NetworkTables Connection Notification. More...

#include <ntcore_c.h>

Collaboration diagram for NT_ConnectionNotification:

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...
 

Detailed Description

NetworkTables Connection Notification.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: