Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

network
Enum CSocketBase::Ops

   in SocketBase.h

These values are bitwise or-ed to produce op masks


Field Summary
READ = 1
          Call OnRead() on a stream socket when there is data to read from the socket, or OnAccept() on a server socket when there are incoming connections pending
WRITE = 2
          
 

Field Detail

READ

public READ = 1
Call OnRead() on a stream socket when there is data to read from the socket, or OnAccept() on a server socket when there are incoming connections pending

WRITE

public WRITE = 2

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD