kleopatra
Kleo::EchoCommand Class Reference
#include <echocommand.h>
Inheritance diagram for Kleo::EchoCommand:

Detailed Description
GnuPG UI Server command for testing.
Usage
ECHO [--inquire <keyword>] [--nohup]
Description
The ECHO command is a simple tool for testing. If a bulk input channel has been set up by the client, ECHO will read data from it, and pipe it right back into the bulk output channel. It is an error for an input channel to exist without an output channel.
ECHO will also send back any non-option command line arguments in a status message. If the --inquire command line option has been given, ECHO will inquire with that keyword, and send the received data back on the status channel.
Definition at line 63 of file echocommand.h.
Public Member Functions | |
| EchoCommand () | |
| ~EchoCommand () | |
Static Public Member Functions | |
| static const char * | staticName () |
Constructor & Destructor Documentation
| EchoCommand::EchoCommand | ( | ) |
Definition at line 72 of file echocommand.cpp.
| EchoCommand::~EchoCommand | ( | ) |
Definition at line 75 of file echocommand.cpp.
Member Function Documentation
| static const char* Kleo::EchoCommand::staticName | ( | ) | [inline, static] |
Definition at line 69 of file echocommand.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference