[#TorControlConnection-ReplyHandlerCB] = xref:TorControlConnection.adoc[TorControlConnection]::ReplyHandlerCB :relfileprefix: ../ :mrdocs: Callback type invoked with the connection and the reply it received. == Synopsis Declared in `<torcontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef std::function<void(xref:TorControlConnection.adoc[TorControlConnection]&, xref:TorControlReply.adoc[TorControlReply] const&)> ReplyHandlerCB; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#