ReactOS 0.4.16-dev-329-g9223134
|
#include <tnclass.h>
Public Member Functions | |
Telnet () | |
Telnet (const char *szHost1, const char *strPort1) | |
~Telnet () | |
int | Open (const char *szHost, const char *strPort="23") |
int | Close () |
int | Resume () |
int | LoadKeyMap (const char *file, const char *name) |
void | DisplayKeyMap () |
int | SwitchKeyMap (int) |
Private Member Functions | |
SOCKET | Connect () |
void | telSetConsoleTitle (const char *szHost) |
void | DoInit () |
void | NewProcess () |
void | SetLocalAddress (SOCKET s) |
Telnet::Telnet | ( | ) |
Definition at line 100 of file tnclass.cpp.
Definition at line 112 of file tnclass.cpp.
Telnet::~Telnet | ( | ) |
Definition at line 125 of file tnclass.cpp.
int Telnet::Close | ( | ) |
Definition at line 226 of file tnclass.cpp.
Referenced by Resume(), telCommandLine(), and ~Telnet().
|
private |
Definition at line 298 of file tnclass.cpp.
Referenced by Open().
void Telnet::DisplayKeyMap | ( | ) |
Definition at line 145 of file tnclass.cpp.
Referenced by telCommandLine().
|
private |
Definition at line 63 of file tnclass.cpp.
Referenced by Telnet().
Definition at line 139 of file tnclass.cpp.
Referenced by DoInit(), and telCommandLine().
|
private |
Definition at line 360 of file tnclass.cpp.
Referenced by Resume().
Definition at line 160 of file tnclass.cpp.
Referenced by main(), and telCommandLine().
int Telnet::Resume | ( | ) |
Definition at line 259 of file tnclass.cpp.
Referenced by Open(), and telCommandLine().
Definition at line 370 of file tnclass.cpp.
Referenced by Open().
Definition at line 149 of file tnclass.cpp.
Referenced by telCommandLine().
Definition at line 353 of file tnclass.cpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 51 of file tnclass.h.
Referenced by Resume(), and SwitchKeyMap().
|
private |
Definition at line 52 of file tnclass.h.
Referenced by DisplayKeyMap(), and LoadKeyMap().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |