![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moNetManager.h>
Public Member Functions | |
| moNetServer (moAddress p_address, moPort p_port, moText p_directory) | |
| virtual | ~moNetServer () |
| void | Run () |
| void | Stop () |
| void | HandleAccept () |
Public Member Functions inherited from moAbstract | |
| moAbstract () | |
| virtual | ~moAbstract () |
| virtual MOboolean | Init () |
| Inicializa el objeto. More... | |
| virtual MOboolean | Finish () |
| Finaliza el objeto, libera recursos. More... | |
| MOboolean | Initialized () |
| Pregunta si está inicializado. More... | |
Additional Inherited Members | |
Public Attributes inherited from moAbstract | |
| MOboolean | m_bInitialized |
| Valor de inicialización More... | |
Static Public Attributes inherited from moAbstract | |
| static moDebug * | MODebug2 = new moDebug() |
| Clase de impresión de errores para depuración More... | |
| static moTextHeap * | MODebug = new moTextHeap() |
| Lista de textos. More... | |
Definition at line 130 of file moNetManager.h.
tcp::socket* p_socket = (tcp::socket*) m_pNewConnection->Socket();
Definition at line 409 of file moNetManager.cpp.
|
virtual |
Definition at line 461 of file moNetManager.cpp.
| void moNetServer::HandleAccept | ( | ) |
Definition at line 375 of file moNetManager.cpp.
| void moNetServer::Run | ( | ) |
Definition at line 467 of file moNetManager.cpp.
| void moNetServer::Stop | ( | ) |
Definition at line 478 of file moNetManager.cpp.