• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

dcop

ICE.h

Go to the documentation of this file.
00001 /* $Xorg: ICE.h,v 1.3 2000/08/17 19:44:08 cpqbld Exp $ */
00002 /******************************************************************************
00003 
00004 
00005 Copyright 1993, 1998  The Open Group
00006 
00007 All Rights Reserved.
00008 
00009 The above copyright notice and this permission notice shall be included in
00010 all copies or substantial portions of the Software.
00011 
00012 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00013 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00014 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
00015 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
00016 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
00017 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00018 
00019 Except as contained in this notice, the name of The Open Group shall not be
00020 used in advertising or otherwise to promote the sale, use or other dealings
00021 in this Software without prior written authorization from The Open Group.
00022 
00023 Author: Ralph Mor, X Consortium
00024 
00025 ******************************************************************************/
00026 
00027 #ifndef _ICE_H_
00028 #define _ICE_H_
00029 
00030 /*
00031  * Protocol Version
00032  */
00033 
00034 #define IceProtoMajor 1
00035 #define IceProtoMinor 0
00036 
00037 
00038 /*
00039  * Byte Order
00040  */
00041 
00042 #define IceLSBfirst     0
00043 #define IceMSBfirst     1
00044 
00045 
00046 /*
00047  * ICE minor opcodes
00048  */
00049 
00050 #define ICE_Error       0
00051 #define ICE_ByteOrder       1
00052 #define ICE_ConnectionSetup 2
00053 #define ICE_AuthRequired    3
00054 #define ICE_AuthReply       4
00055 #define ICE_AuthNextPhase   5
00056 #define ICE_ConnectionReply 6
00057 #define ICE_ProtocolSetup   7
00058 #define ICE_ProtocolReply   8
00059 #define ICE_Ping        9
00060 #define ICE_PingReply       10
00061 #define ICE_WantToClose     11
00062 #define ICE_NoClose     12
00063 
00064 
00065 /*
00066  * Error severity
00067  */
00068 
00069 #define IceCanContinue      0
00070 #define IceFatalToProtocol  1
00071 #define IceFatalToConnection    2
00072 
00073 
00074 /*
00075  * ICE error classes that are common to all protocols
00076  */
00077 
00078 #define IceBadMinor 0x8000
00079 #define IceBadState 0x8001
00080 #define IceBadLength    0x8002
00081 #define IceBadValue 0x8003
00082 
00083 
00084 /*
00085  * ICE error classes that are specific to the ICE protocol
00086  */
00087 
00088 #define IceBadMajor         0
00089 #define IceNoAuth           1
00090 #define IceNoVersion            2
00091 #define IceSetupFailed          3
00092 #define IceAuthRejected         4
00093 #define IceAuthFailed           5
00094 #define IceProtocolDuplicate        6
00095 #define IceMajorOpcodeDuplicate     7
00096 #define IceUnknownProtocol      8
00097 
00098 #endif /* _ICE_H_ */

dcop

Skip menu "dcop"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal