kleopatra
#include <echocommand.h>
Public Member Functions | |
EchoCommand () | |
~EchoCommand () | |
Static Public Member Functions | |
static const char * | staticName () |
Additional Inherited Members | |
Protected Member Functions inherited from Kleo::AssuanCommandMixin< EchoCommand > | |
const char * | name () const |
Detailed Description
GnuPG UI Server command for testing.
Usage
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.
Constructor & Destructor Documentation
EchoCommand::EchoCommand | ( | ) |
Definition at line 67 of file echocommand.cpp.
EchoCommand::~EchoCommand | ( | ) |
Definition at line 70 of file echocommand.cpp.
Member Function Documentation
|
inlinestatic |
Definition at line 69 of file echocommand.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.