The types of connection you can have.

Enumerator:
Stream  A connection based reliable socket (TCP).
Datagram  A packet based unreliable socket (UDP).

Definition at line 155 of file QBlkSocket.h.

00156     {
00157         Stream=0,   
00158         Datagram    
00159     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:34 2009 for TnFOX by doxygen v1.4.7