Now you can download a copy of these docs so you can use them offline! Download now
IRemoteConnectionListener Class Referenceabstract

#include <IRemoteConnectionListener.h>

Inheritance diagram for IRemoteConnectionListener:

Public Member Functions

virtual void Connected (IRemote *remote)=0
 
virtual void Disconnected (IRemote *remote)=0
 

Detailed Description

A listener that listens for connection changes in a IRemote object

Author
Mitchell

Definition at line 24 of file IRemoteConnectionListener.h.

Member Function Documentation

virtual void IRemoteConnectionListener::Connected ( IRemote remote)
pure virtual

Called when an IRemote is connected

Parameters
remotethe object that connected

Implemented in NetworkTableConnectionListenerAdapter.

virtual void IRemoteConnectionListener::Disconnected ( IRemote remote)
pure virtual

Called when an IRemote is disconnected

Parameters
remotethe object that disconnected

Implemented in NetworkTableConnectionListenerAdapter.


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

Generated on Sat Apr 26 2014 12:26:46 for WPILibC++ by doxygen 1.8.6