#include <NetTelnetProtocol.h>


Public Member Functions | |
| NetTelnetProtocol (JString greeting="Welcome to the System", JString prompt="sys > ") | |
| virtual | ~NetTelnetProtocol () |
| Object * | clone () const |
| bool | checkBufferForCompatibility (char *buffer, int length) |
| bool | initializeConversation (JSocket *socket) |
| bool | sendObject (JSocket *socket, Message *msg, bool isReply) |
| Message * | receiveObject (JSocket *socket, int timeout) |
Public Attributes | |
| JString | welcomeText |
| JString | promptText |
Definition at line 38 of file NetTelnetProtocol.h.
| cmlabs::NetTelnetProtocol::NetTelnetProtocol | ( | JString | greeting = "Welcome to the System", |
|
| JString | prompt = "sys > " | |||
| ) |
Definition at line 33 of file NetTelnetProtocol.cpp.
| cmlabs::NetTelnetProtocol::~NetTelnetProtocol | ( | ) | [virtual] |
Definition at line 40 of file NetTelnetProtocol.cpp.
| Object * cmlabs::NetTelnetProtocol::clone | ( | ) | const [virtual] |
| bool cmlabs::NetTelnetProtocol::checkBufferForCompatibility | ( | char * | buffer, | |
| int | length | |||
| ) | [virtual] |
| bool cmlabs::NetTelnetProtocol::initializeConversation | ( | JSocket * | socket | ) | [virtual] |
Definition at line 44 of file NetTelnetProtocol.h.
Definition at line 45 of file NetTelnetProtocol.h.
1.5.6