µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::posix::net_stack_impl Class Referenceabstract

#include <net-stack.h>

Public Member Functions

Constructors & Destructor
 net_stack_impl (net_interface &interface)
 
virtual ~net_stack_impl ()
 
Public Member Functions
virtual class socketdo_socket (int domain, int type, int protocol)=0
 
net_interfaceinterface (void) const
 

Detailed Description

Definition at line 217 of file net-stack.h.

Constructor & Destructor Documentation

◆ net_stack_impl()

os::posix::net_stack_impl::net_stack_impl ( net_interface interface)

Definition at line 115 of file net-stack.cpp.

◆ ~net_stack_impl()

os::posix::net_stack_impl::~net_stack_impl ( )
virtual

Definition at line 123 of file net-stack.cpp.

Member Function Documentation

◆ do_socket()

virtual class socket * os::posix::net_stack_impl::do_socket ( int  domain,
int  type,
int  protocol 
)
pure virtual

◆ interface()

net_interface & os::posix::net_stack_impl::interface ( void  ) const
inline

Definition at line 566 of file net-stack.h.


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