SoDaRadio-5.0.3-master:8901fb5
Public Member Functions | Private Attributes | List of all members
SoDa::UD::ClientSocket Class Reference

#include <UDSockets.hxx>

Inheritance diagram for SoDa::UD::ClientSocket:
SoDa::UD::NetSocket

Public Member Functions

 ClientSocket (const std::string &path, int startup_timeout_count=1)
 
 ~ClientSocket ()
 
- Public Member Functions inherited from SoDa::UD::NetSocket
 NetSocket ()
 
int put (const void *ptr, unsigned int size)
 
int get (void *ptr, unsigned int size)
 

Private Attributes

struct hostent * server
 

Additional Inherited Members

- Public Attributes inherited from SoDa::UD::NetSocket
int server_socket
 
int conn_socket
 
int portnum
 
struct sockaddr_un server_address client_address
 
struct timeval timeout
 

Detailed Description

Definition at line 91 of file UDSockets.hxx.

Constructor & Destructor Documentation

◆ ClientSocket()

SoDa::UD::ClientSocket::ClientSocket ( const std::string &  path,
int  startup_timeout_count = 1 
)

Definition at line 84 of file UDSockets.cxx.

References SoDa::UD::NetSocket::conn_socket.

◆ ~ClientSocket()

SoDa::UD::ClientSocket::~ClientSocket ( )
inline

Definition at line 94 of file UDSockets.hxx.

References SoDa::UD::NetSocket::conn_socket.

Member Data Documentation

◆ server

struct hostent* SoDa::UD::ClientSocket::server
private

Definition at line 96 of file UDSockets.hxx.


The documentation for this class was generated from the following files: