Definition of the 'class Socket'. More...
#include <UPnPsdk/socket.hpp>
#include <UPnPsdk/addrinfo.hpp>
#include <UPnPsdk/netadapter.hpp>
#include <umock/sys_socket.hpp>
#include <umock/stringh.hpp>
Go to the source code of this file.
Namespaces | |
namespace | UPnPsdk |
Reengineered Object Oriented UPnP+ program code. | |
Functions | |
int | UPnPsdk::anonymous_namespace{socket.cpp}::getsockname (SOCKET a_sockfd, sockaddr *a_addr, socklen_t *a_addrlen) |
Wrapper for the ::getsockname() system function. | |
SOCKET | UPnPsdk::anonymous_namespace{socket.cpp}::get_sockfd (sa_family_t a_pf_family, int a_socktype) |
Get a socket file descriptor from the operating system. | |
Definition of the 'class Socket'.
Definition in file socket.cpp.