Now you can download a copy of these docs so you can use them offline! Download now
IRemoteConnectionListener.h
1 /*
2  * IRemoteConnectionListener.h
3  *
4  * Created on: Sep 22, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef IREMOTECONNECTIONLISTENER_H_
9 #define IREMOTECONNECTIONLISTENER_H_
10 
11 
13 
14 #include "tables/IRemote.h"
15 
16 
17 
25 public:
30  virtual void Connected(IRemote* remote) = 0;
35  virtual void Disconnected(IRemote* remote) = 0;
36 };
37 
38 
39 
40 #endif /* IREMOTECONNECTIONLISTENER_H_ */
virtual void Connected(IRemote *remote)=0
virtual void Disconnected(IRemote *remote)=0

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