Programmers Reference - CConnectThread (1)
class CConnectThread: public CConSysThread
#include "ConSys.h"
class CConnectThread : public CConSysThread
{
public:
CConnectThread(const CConSysEnviroment* aEnviroment,
CThreadList* list,
const CDeviceArray* aDeviceArray,
CTransport* aTransport);
virtual UINT Run();
public:
#ifdef _DEBUG
virtual void AssertValid( ) const;
void Dump(CDumpContext &dc) const;
#endif
};
This thread is started by the CMainThread to handle the connection of a new client (se The ConSys System kernel connection sequence).
References:
Last Modified 10 January 2019