#include "wxluasocket/include/wxluasocketdefs.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <cerrno>
#include <netdb.h>
#include <arpa/inet.h>
#include "wx/socket.h"
Go to the source code of this file.
Classes | |
class | wxLuaSocketBase |
class | wxLuaCSocket |
class | wxLuawxSocket |
Defines | |
#define | INVALID_SOCKET -1 |
#define | SOCKET_ERROR -1 |
#define | SD_SEND 1 |
#define | SD_BOTH 2 |
Typedefs | |
typedef int | socket_type |
typedef wxLuaCSocket | wxLuaSocket |
Variables | |
class WXDLLIMPEXP_WXLUADEBUG | wxLuaDebugData |
#define INVALID_SOCKET -1 |
Definition at line 28 of file wxlsock.h.
Referenced by wxLuaCSocket::Accept(), wxLuaCSocket::Connect(), and wxLuaCSocket::Listen().
#define SD_BOTH 2 |
Definition at line 42 of file wxlsock.h.
Referenced by wxLuaDebugTarget::Stop(), and wxLuaDebuggerCServer::StopServer().
#define SOCKET_ERROR -1 |
Definition at line 29 of file wxlsock.h.
Referenced by wxLuaCSocket::Close(), wxLuaCSocket::Connect(), wxLuaCSocket::Listen(), wxLuaCSocket::Read(), and wxLuaCSocket::Write().
typedef int socket_type |
typedef wxLuaCSocket wxLuaSocket |
class WXDLLIMPEXP_WXLUADEBUG wxLuaDebugData |