![]() |
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 | |
| moNetConnectionManager () | |
| virtual | ~moNetConnectionManager () |
| void | Start (moNetConnection *p_new_connection) |
| void | Stop (moNetConnection *p_connection) |
| void | StopAll () |
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 112 of file moNetManager.h.
| moNetConnectionManager::moNetConnectionManager | ( | ) |
Definition at line 333 of file moNetManager.cpp.
|
virtual |
Definition at line 338 of file moNetManager.cpp.
| void moNetConnectionManager::Start | ( | moNetConnection * | p_new_connection | ) |
Definition at line 343 of file moNetManager.cpp.
| void moNetConnectionManager::Stop | ( | moNetConnection * | p_connection | ) |
Definition at line 348 of file moNetManager.cpp.
| void moNetConnectionManager::StopAll | ( | ) |
Definition at line 359 of file moNetManager.cpp.