ProtocolTypes.cpp

00001 /*
00002  * synergy -- mouse and keyboard sharing utility
00003  * Copyright (C) 2002 Chris Schoeneman
00004  * 
00005  * This package is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU General Public License
00007  * found in the file COPYING that should have accompanied this file.
00008  * 
00009  * This package is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  * GNU General Public License for more details.
00013  */
00014 
00015 #include "ProtocolTypes.h"
00016 
00017 const char*             kMsgHello           = "Synergy%2i%2i";
00018 const char*             kMsgHelloBack       = "Synergy%2i%2i%s";
00019 const char*             kMsgCNoop           = "CNOP";
00020 const char*             kMsgCClose          = "CBYE";
00021 const char*             kMsgCEnter          = "CINN%2i%2i%4i%2i";
00022 const char*             kMsgCLeave          = "COUT";
00023 const char*             kMsgCClipboard      = "CCLP%1i%4i";
00024 const char*             kMsgCScreenSaver    = "CSEC%1i";
00025 const char*             kMsgCResetOptions   = "CROP";
00026 const char*             kMsgCInfoAck        = "CIAK";
00027 const char*             kMsgCKeepAlive      = "CALV";
00028 const char*             kMsgDKeyDown        = "DKDN%2i%2i%2i";
00029 const char*             kMsgDKeyDown1_0     = "DKDN%2i%2i";
00030 const char*             kMsgDKeyRepeat      = "DKRP%2i%2i%2i%2i";
00031 const char*             kMsgDKeyRepeat1_0   = "DKRP%2i%2i%2i";
00032 const char*             kMsgDKeyUp          = "DKUP%2i%2i%2i";
00033 const char*             kMsgDKeyUp1_0       = "DKUP%2i%2i";
00034 const char*             kMsgDMouseDown      = "DMDN%1i";
00035 const char*             kMsgDMouseUp        = "DMUP%1i";
00036 const char*             kMsgDMouseMove      = "DMMV%2i%2i";
00037 const char*             kMsgDMouseRelMove   = "DMRM%2i%2i";
00038 const char*             kMsgDMouseWheel     = "DMWM%2i%2i";
00039 const char*             kMsgDMouseWheel1_0  = "DMWM%2i";
00040 const char*             kMsgDClipboard      = "DCLP%1i%4i%s";
00041 const char*             kMsgDInfo           = "DINF%2i%2i%2i%2i%2i%2i%2i";
00042 const char*             kMsgDSetOptions     = "DSOP%4I";
00043 const char*             kMsgQInfo           = "QINF";
00044 const char*             kMsgEIncompatible   = "EICV%2i%2i";
00045 const char*             kMsgEBusy           = "EBSY";
00046 const char*             kMsgEUnknown        = "EUNK";
00047 const char*             kMsgEBad            = "EBAD";

Generated on Fri Nov 6 00:18:46 2009 for synergy-plus by  doxygen 1.4.7