HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NET_SocketListener< AcceptorT, SocketT >::PortInfo Struct Reference

#include <NET_SocketListener.h>

Public Attributes

ASIO_IPAddress myBindAddress
 
int myPort = -1
 
int myMaxPort = -1
 
bool myUseSystemPort = false
 
bool myUseIPv6 = false
 

Detailed Description

template<typename AcceptorT, typename SocketT = hboost::asio::basic_stream_socket<typename AcceptorT::protocol_type>>
struct NET_SocketListener< AcceptorT, SocketT >::PortInfo

Definition at line 246 of file NET_SocketListener.h.

Member Data Documentation

template<typename AcceptorT, typename SocketT = hboost::asio::basic_stream_socket<typename AcceptorT::protocol_type>>
ASIO_IPAddress NET_SocketListener< AcceptorT, SocketT >::PortInfo::myBindAddress

Definition at line 248 of file NET_SocketListener.h.

template<typename AcceptorT, typename SocketT = hboost::asio::basic_stream_socket<typename AcceptorT::protocol_type>>
int NET_SocketListener< AcceptorT, SocketT >::PortInfo::myMaxPort = -1

Definition at line 250 of file NET_SocketListener.h.

template<typename AcceptorT, typename SocketT = hboost::asio::basic_stream_socket<typename AcceptorT::protocol_type>>
int NET_SocketListener< AcceptorT, SocketT >::PortInfo::myPort = -1

Definition at line 249 of file NET_SocketListener.h.

template<typename AcceptorT, typename SocketT = hboost::asio::basic_stream_socket<typename AcceptorT::protocol_type>>
bool NET_SocketListener< AcceptorT, SocketT >::PortInfo::myUseIPv6 = false

Definition at line 252 of file NET_SocketListener.h.

template<typename AcceptorT, typename SocketT = hboost::asio::basic_stream_socket<typename AcceptorT::protocol_type>>
bool NET_SocketListener< AcceptorT, SocketT >::PortInfo::myUseSystemPort = false

Definition at line 251 of file NET_SocketListener.h.


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