CPPMyth
Library to interoperate with MythTV server
Loading...
Searching...
No Matches
NSROOT::SocketAddress Struct Reference

Public Member Functions

 SocketAddress (int family)
sockaddr * sa ()
int sa_family ()
void Clear (int family)

Data Fields

sockaddr_storage data
socklen_t sa_len

Detailed Description

Definition at line 72 of file socket.cpp.

Constructor & Destructor Documentation

◆ SocketAddress() [1/2]

NSROOT::SocketAddress::SocketAddress ( )
inline

Definition at line 77 of file socket.cpp.

◆ SocketAddress() [2/2]

NSROOT::SocketAddress::SocketAddress ( int family)
inline

Definition at line 78 of file socket.cpp.

Member Function Documentation

◆ Clear()

void NSROOT::SocketAddress::Clear ( int family)
inline

Definition at line 81 of file socket.cpp.

◆ sa()

sockaddr * NSROOT::SocketAddress::sa ( )
inline

Definition at line 79 of file socket.cpp.

◆ sa_family()

int NSROOT::SocketAddress::sa_family ( )
inline

Definition at line 80 of file socket.cpp.

Field Documentation

◆ data

sockaddr_storage NSROOT::SocketAddress::data

Definition at line 74 of file socket.cpp.

◆ sa_len

socklen_t NSROOT::SocketAddress::sa_len

Definition at line 75 of file socket.cpp.


The documentation for this struct was generated from the following file:
  • /home/jlb/src/janbar/PVR/cppmythlib/cppmyth/src/private/socket.cpp