Callback type invoked with the connection and the reply it received.
Synopsis
Declared in <torcontrol.h>
typedef std::function<void(TorControlConnection&, TorControlReply const&)> ReplyHandlerCB;
Created with MrDocs
Callback type invoked with the connection and the reply it received.
Declared in <torcontrol.h>
typedef std::function<void(TorControlConnection&, TorControlReply const&)> ReplyHandlerCB;
Created with MrDocs