UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
socket.cpp File Reference

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>
+ Include dependency graph for socket.cpp:

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.
 

Detailed Description

Definition of the 'class Socket'.

Definition in file socket.cpp.