3#include <StormByte/network/visibility.h>
15namespace StormByte::Network::Connection {
64 std::
string LastError() const noexcept;
70 int LastErrorCode() const noexcept;
73 bool m_initialized = false;
Definition handler.hxx:16
SOCKET Type
The type of the socket.
Definition handler.hxx:21
~Handler() noexcept
The destructor of the Handler class.
Handler(const Handler &other)=delete
The copy constructor of the Handler class.
Handler()
The constructor of the Handler class.
Handler(Handler &&other) noexcept=delete
The move constructor of the Handler class.