ATcpServerSocket#
TCP server socket.
Header: | #include <AUI/Network/ATcpServerSocket.h> |
CMake: | aui_link(my_target PUBLIC aui::network) |
Public Methods#
accept#
_<ATcpSocket> ATcpServerSocket::accept()
- Returns
- new connection
Blocks the thread until next connection.