Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | Private Attributes | List of all members
CConnman::ListenSocket Struct Reference

Public Member Functions

void AddSocketPermissionFlags (NetPermissionFlags &flags) const
 
 ListenSocket (SOCKET socket_, NetPermissionFlags permissions_)
 

Public Attributes

SOCKET socket
 

Private Attributes

NetPermissionFlags m_permissions
 

Detailed Description

Definition at line 1083 of file net.h.

Constructor & Destructor Documentation

◆ ListenSocket()

CConnman::ListenSocket::ListenSocket ( SOCKET  socket_,
NetPermissionFlags  permissions_ 
)
inline

Definition at line 1089 of file net.h.

Member Function Documentation

◆ AddSocketPermissionFlags()

void CConnman::ListenSocket::AddSocketPermissionFlags ( NetPermissionFlags flags) const
inline

Definition at line 1086 of file net.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_permissions

NetPermissionFlags CConnman::ListenSocket::m_permissions
private

Definition at line 1093 of file net.h.

◆ socket

SOCKET CConnman::ListenSocket::socket

Definition at line 1085 of file net.h.


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