PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
AddedNodeInfo Struct Reference

#include <net.h>

Collaboration diagram for AddedNodeInfo:
[legend]

Public Member Functions

 AddedNodeInfo (const std::string &_strAddedNode, const CService &_resolvedAddress, bool _fConnected, bool _fInbound)
 

Public Attributes

std::string strAddedNode
 
CService resolvedAddress
 
bool fConnected
 
bool fInbound
 

Detailed Description

Definition at line 111 of file net.h.

Constructor & Destructor Documentation

◆ AddedNodeInfo()

AddedNodeInfo::AddedNodeInfo ( const std::string &  _strAddedNode,
const CService _resolvedAddress,
bool  _fConnected,
bool  _fInbound 
)
inline

Definition at line 118 of file net.h.

Member Data Documentation

◆ fConnected

bool AddedNodeInfo::fConnected

Definition at line 115 of file net.h.

◆ fInbound

bool AddedNodeInfo::fInbound

Definition at line 116 of file net.h.

◆ resolvedAddress

CService AddedNodeInfo::resolvedAddress

Definition at line 114 of file net.h.

◆ strAddedNode

std::string AddedNodeInfo::strAddedNode

Definition at line 113 of file net.h.


The documentation for this struct was generated from the following file: