B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
System::ListenEndpoint Struct Reference

#include <B2BITS_IPAddr.h>

+ Collaboration diagram for System::ListenEndpoint:

Public Member Functions

 ListenEndpoint (const SocketEndpoint &socketEndpoint)
 
 ListenEndpoint (const std::string &address, const SocketEndpoint &socketEndpoint)
 

Public Attributes

std::string listenAddress
 
SocketEndpoint listenSocketEndpoint
 

Constructor & Destructor Documentation

◆ ListenEndpoint() [1/2]

System::ListenEndpoint::ListenEndpoint ( const SocketEndpoint & socketEndpoint)

◆ ListenEndpoint() [2/2]

System::ListenEndpoint::ListenEndpoint ( const std::string & address,
const SocketEndpoint & socketEndpoint )

Member Data Documentation

◆ listenAddress

std::string System::ListenEndpoint::listenAddress

◆ listenSocketEndpoint

SocketEndpoint System::ListenEndpoint::listenSocketEndpoint