HDK
|
#include <NET_SocketListener.h>
Public Attributes | |
ASIO_IPAddress | myBindAddress |
int | myPort = -1 |
int | myMaxPort = -1 |
bool | myUseSystemPort = false |
bool | myUseIPv6 = false |
Definition at line 252 of file NET_SocketListener.h.
ASIO_IPAddress NET_SocketListener< AcceptorT, SocketT >::PortInfo::myBindAddress |
Definition at line 254 of file NET_SocketListener.h.
int NET_SocketListener< AcceptorT, SocketT >::PortInfo::myMaxPort = -1 |
Definition at line 256 of file NET_SocketListener.h.
int NET_SocketListener< AcceptorT, SocketT >::PortInfo::myPort = -1 |
Definition at line 255 of file NET_SocketListener.h.
bool NET_SocketListener< AcceptorT, SocketT >::PortInfo::myUseIPv6 = false |
Definition at line 258 of file NET_SocketListener.h.
bool NET_SocketListener< AcceptorT, SocketT >::PortInfo::myUseSystemPort = false |
Definition at line 257 of file NET_SocketListener.h.