[#TorControlReply] = TorControlReply :mrdocs: Reply from Tor, can be single or multi‐line == Synopsis Declared in `<torcontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class TorControlReply; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:TorControlReply/2constructor.adoc[`TorControlReply`] [.small]#[constructor]# | Construct an empty reply with a zero code and no lines. | xref:TorControlReply/Clear.adoc[`Clear`] | Reset the reply to an empty state. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:TorControlReply/code.adoc[`code`] | Numeric status code of the reply. | xref:TorControlReply/lines.adoc[`lines`] | Text lines of the reply body. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#