WPILibC++  trunk
NetworkTableMessageType.h
1 /*
2  * NetworkTableMessageType.h
3  *
4  * Created on: Sep 22, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef NETWORKTABLEMESSAGETYPE_H_
9 #define NETWORKTABLEMESSAGETYPE_H_
10 
11 
12 
19 enum NetworkTableMessageType{
23  KEEP_ALIVE = 0x00,
27  CLIENT_HELLO = 0x01,
31  PROTOCOL_VERSION_UNSUPPORTED = 0x02,
32  SERVER_HELLO_COMPLETE = 0x03,
36  ENTRY_ASSIGNMENT = 0x10,
40  FIELD_UPDATE = 0x11
41 };
42 
43 #endif /* NETWORKTABLEMESSAGETYPE_H_ */