PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | List of all members
AddedNodeInfo Struct Reference

#include <net.h>

Collaboration diagram for AddedNodeInfo:
[legend]

Public Attributes

std::string strAddedNode
 
CService resolvedAddress
 
bool fConnected
 
bool fInbound
 

Detailed Description

Definition at line 796 of file net.h.

Member Data Documentation

◆ fConnected

bool AddedNodeInfo::fConnected

Definition at line 799 of file net.h.

◆ fInbound

bool AddedNodeInfo::fInbound

Definition at line 800 of file net.h.

◆ resolvedAddress

CService AddedNodeInfo::resolvedAddress

Definition at line 798 of file net.h.

◆ strAddedNode

std::string AddedNodeInfo::strAddedNode

Definition at line 797 of file net.h.


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