#include <pingrsp.h>
|
typedef QSharedPointer< PingRsp > | Ptr |
|
typedef QSharedPointer< RPCMsg > | Ptr |
|
Ping response message in the DHT protocol
Definition at line 33 of file pingrsp.h.
◆ apply()
void dht::PingRsp::apply |
( |
DHT * |
dh_table | ) |
|
|
overridevirtual |
When this message arrives this function will be called upon the DHT. The message should then call the appropriate DHT function (double dispatch)
- Parameters
-
Implements dht::RPCMsg.
◆ encode()
void dht::PingRsp::encode |
( |
QByteArray & |
arr | ) |
const |
|
overridevirtual |
BEncode the message.
- Parameters
-
Implements dht::RPCMsg.
◆ print()
void dht::PingRsp::print |
( |
| ) |
|
|
overridevirtual |
Print the message for debugging purposes.
Implements dht::RPCMsg.
The documentation for this class was generated from the following file: