Logo
~Sockets~
~Examples~
~Contact~

InSocket.h File Reference

#include <TcpSocket.h>
#include <ISocketHandler.h>
#include <IEventOwner.h>

Include dependency graph for InSocket.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  InSocket
 Connection. More...

Defines

#define MXP_BEG   "\x03"
#define MXP_END   "\x04"
#define MXP_AMP   "\x05"
#define MXP_BEGc   '\x03'
#define MXP_ENDc   '\x04'
#define MXP_AMPc   '\x05'
#define MXPTAG(arg)   MXP_BEG arg MXP_END
#define ESC   "\x1B"
#define MXPMODE(arg)   ESC "[" #arg "z"

Enumerations

enum  { eItemNothing, eItemGet, eItemDrop, eItemBid }

Define Documentation

#define ESC   "\x1B"

Definition at line 43 of file InSocket.h.

#define MXP_AMP   "\x05"

Definition at line 31 of file InSocket.h.

#define MXP_AMPc   '\x05'

Definition at line 37 of file InSocket.h.

Referenced by InSocket::write_to_buffer().

#define MXP_BEG   "\x03"

Definition at line 29 of file InSocket.h.

#define MXP_BEGc   '\x03'

Definition at line 35 of file InSocket.h.

Referenced by InSocket::write_to_buffer().

#define MXP_END   "\x04"

Definition at line 30 of file InSocket.h.

#define MXP_ENDc   '\x04'

Definition at line 36 of file InSocket.h.

Referenced by InSocket::write_to_buffer().

#define MXPMODE ( arg   )     ESC "[" #arg "z"

Definition at line 45 of file InSocket.h.

Referenced by InSocket::send_mxp_defines().

#define MXPTAG ( arg   )     MXP_BEG arg MXP_END

Definition at line 41 of file InSocket.h.

Referenced by InSocket::send_mxp_defines().


Enumeration Type Documentation

anonymous enum

Enumerator:
eItemNothing 
eItemGet 
eItemDrop 
eItemBid 

Definition at line 49 of file InSocket.h.

00050 {
00051         eItemNothing,   /* item is not readily accessible */
00052         eItemGet,     /* item on ground */
00053         eItemDrop,    /* item in inventory */
00054         eItemBid     /* auction item */
00055 };

Page, code, and content Copyright (C) 2006 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4