Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CConnman::ListenSocket Struct Reference

Public Member Functions

 ListenSocket (SOCKET socket_, bool whitelisted_)
 

Public Attributes

SOCKET socket
 
bool whitelisted
 

Detailed Description

Definition at line 471 of file net.h.

Constructor & Destructor Documentation

◆ ListenSocket()

CConnman::ListenSocket::ListenSocket ( SOCKET  socket_,
bool  whitelisted_ 
)
inline

Definition at line 475 of file net.h.

Member Data Documentation

◆ socket

SOCKET CConnman::ListenSocket::socket

Definition at line 472 of file net.h.

Referenced by CConnman::AcceptConnection().

◆ whitelisted

bool CConnman::ListenSocket::whitelisted

Definition at line 473 of file net.h.

Referenced by CConnman::AcceptConnection().


The documentation for this struct was generated from the following file:
Released under the MIT license