#include "GMem.h"
#include "GContainers.h"
#include "LgiNetInc.h"
#include "GStream.h"
Go to the source code of this file.
Defines | |
#define | GSocket_Log 1 |
Turn on/off logging. Used with GSocketImpl::SetParameter. | |
#define | GSocket_Progress 2 |
Set the progress object. Used with GSocketImpl::SetParameter. Value = (GProgress*)Prog. | |
#define | GSocket_TransferSize 3 |
Set the size of the transfer. Used with GSocketImpl::SetParameter. Value = (int)Size. | |
#define | GSocket_Protocol 4 |
Set the type of protocol. Used with GSocketImpl::SetParameter. Value = (char*)Protocol. | |
Enumerations | |
enum | GSocketProp { GReadable, GWriteable, GAcceptable, GAsync } |
Socket state type. More... |
|
Socket state type.
|