IpConnection Class Reference

#include <private_ge_sys_network.h>

Public Member Functions

 IpConnection (BaseThread *bt, ConnectionType t, Int32 t_timeout, Bool t_dontwait)
 
 ~IpConnection ()
 
int SetAddresses ()
 

Public Attributes

ConnectionType type
 
Int32 ltime
 
BaseThreadthread
 
SOCKET sock
 
unsigned int host_addr
 
int host_port
 
unsigned int remote_addr
 
int remote_port
 
Int32 timeout
 
Bool dontwait
 
IpConnectionprev
 
IpConnectionnext
 

Constructor & Destructor Documentation

◆ IpConnection()

IpConnection ( BaseThread bt,
ConnectionType  t,
Int32  t_timeout,
Bool  t_dontwait 
)

◆ ~IpConnection()

Member Function Documentation

◆ SetAddresses()

int SetAddresses ( )

Member Data Documentation

◆ type

◆ ltime

Int32 ltime

◆ thread

BaseThread* thread

◆ sock

SOCKET sock

◆ host_addr

unsigned int host_addr

◆ host_port

int host_port

◆ remote_addr

unsigned int remote_addr

◆ remote_port

int remote_port

◆ timeout

Int32 timeout

◆ dontwait

Bool dontwait

◆ prev

IpConnection* prev

◆ next

IpConnection* next