00001
00002
00003
00004
00005
00006
00007 #include "NetworkTables/TransactionStart.h"
00008 #include "NetworkTables/Buffer.h"
00009 #include "NetworkTables/InterfaceConstants.h"
00010
00011 namespace NetworkTables
00012 {
00013
00014 void TransactionStart::Encode(Buffer *buffer)
00015 {
00016 buffer->WriteByte(kNetworkTables_TRANSACTION);
00017 }
00018
00019 }