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.
|
clase para crear y mantener una conección basada en el protocolo tcp More...
#include <moNetManager.h>
Public Member Functions | |
moNetConnection (moBoostIOService pIOS) | |
virtual | ~moNetConnection () |
bool | Start () |
bool | Stop () |
moBoostSocket | Socket () |
void | HandleRead (long bytesbuf) |
void | HandleWrite () |
Handle completion of a write operation. More... | |
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... | |
clase para crear y mantener una conección basada en el protocolo tcp
Definition at line 85 of file moNetManager.h.
moNetConnection::moNetConnection | ( | moBoostIOService | pIOS | ) |
Definition at line 175 of file moNetManager.cpp.
|
virtual |
Definition at line 206 of file moNetManager.cpp.
void moNetConnection::HandleRead | ( | long | bytesbuf | ) |
Definition at line 274 of file moNetManager.cpp.
void moNetConnection::HandleWrite | ( | ) |
Handle completion of a write operation.
Definition at line 310 of file moNetManager.cpp.
moBoostSocket moNetConnection::Socket | ( | ) |
Definition at line 266 of file moNetManager.cpp.
bool moNetConnection::Start | ( | ) |
Definition at line 210 of file moNetManager.cpp.
bool moNetConnection::Stop | ( | ) |
Definition at line 253 of file moNetManager.cpp.