EMANE  1.0.1
EMANE::Socket Class Reference

#include <socket.h>

Inheritance diagram for EMANE::Socket:
EMANE::DatagramSocket EMANE::MulticastSocket

Public Member Functions

virtual ~Socket ()
 
void close ()
 
ssize_t sendto (const void *buf, size_t len, int flags, const INETAddr &address)
 

Protected Member Functions

 Socket ()
 

Protected Attributes

int iSock_
 

Detailed Description

Definition at line 40 of file socket.h.

Constructor & Destructor Documentation

◆ ~Socket()

EMANE::Socket::~Socket ( )
virtual

Definition at line 58 of file socket.cc.

◆ Socket()

EMANE::Socket::Socket ( )
protected

Definition at line 55 of file socket.cc.

Member Function Documentation

◆ close()

void EMANE::Socket::close ( )

Definition at line 40 of file socket.cc.

◆ sendto()

ssize_t EMANE::Socket::sendto ( const void *  buf,
size_t  len,
int  flags,
const INETAddr address 
)

Definition at line 49 of file socket.cc.

Member Data Documentation

◆ iSock_

int EMANE::Socket::iSock_
protected

Definition at line 55 of file socket.h.


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