#include "TelnetApp.h"
Go to the source code of this file.
Defines | |
#define | MSGKIND_CONNECT 0 |
#define | MSGKIND_SEND 1 |
#define | MSGKIND_CLOSE 2 |
Functions | |
Define_Module (TelnetApp) |
#define MSGKIND_CLOSE 2 |
Definition at line 20 of file TelnetApp.cc.
Referenced by TelnetApp::handleTimer(), TelnetApp::socketDataArrived(), and TelnetApp::socketEstablished().
#define MSGKIND_CONNECT 0 |
Definition at line 18 of file TelnetApp.cc.
Referenced by TelnetApp::handleTimer(), TelnetApp::initialize(), TelnetApp::socketClosed(), and TelnetApp::socketFailure().
#define MSGKIND_SEND 1 |
Definition at line 19 of file TelnetApp.cc.
Referenced by TelnetApp::handleTimer(), TelnetApp::socketDataArrived(), and TelnetApp::socketEstablished().
Define_Module | ( | TelnetApp | ) |