[#AddedNodeInfo] = AddedNodeInfo :mrdocs: Connection status of a manually added node. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct AddedNodeInfo; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:AddedNodeInfo/fConnected.adoc[`fConnected`] | Whether we are currently connected to this node. | xref:AddedNodeInfo/fInbound.adoc[`fInbound`] | Whether the current connection to this node is inbound. | xref:AddedNodeInfo/m_params.adoc[`m_params`] | The parameters this node was added with. | xref:AddedNodeInfo/resolvedAddress.adoc[`resolvedAddress`] | The address the node string resolved to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#