Now you can download a copy of these docs so you can use them offline! Download now
#include <IRemoteConnectionListener.h>

Public Member Functions | |
| virtual void | Connected (IRemote *remote)=0 |
| virtual void | Disconnected (IRemote *remote)=0 |
A listener that listens for connection changes in a IRemote object
Definition at line 24 of file IRemoteConnectionListener.h.
|
pure virtual |
Called when an IRemote is connected
| remote | the object that connected |
Implemented in NetworkTableConnectionListenerAdapter.
|
pure virtual |
Called when an IRemote is disconnected
| remote | the object that disconnected |
Implemented in NetworkTableConnectionListenerAdapter.
1.8.6