ReactOS 0.4.15-dev-7942-gd23573b
SocketObject Class Referenceabstract
Inheritance diagram for SocketObject:

Public Member Functions

virtual ~SocketObject ()
 
virtual int send (char *buf, int len, int *bytes, struct sockaddr_in *si)=0
 
virtual int recv (char *buf, int len, int *bytes, struct sockaddr_in *si)=0
 

Detailed Description

Definition at line 70 of file iptest.cpp.

Constructor & Destructor Documentation

◆ ~SocketObject()

virtual SocketObject::~SocketObject ( )
inlinevirtual

Definition at line 72 of file iptest.cpp.

72{ }

Member Function Documentation

◆ recv()

virtual int SocketObject::recv ( char buf,
int  len,
int bytes,
struct sockaddr_in si 
)
pure virtual

Implemented in TCPSocketObject.

◆ send()

virtual int SocketObject::send ( char buf,
int  len,
int bytes,
struct sockaddr_in si 
)
pure virtual

Implemented in TCPSocketObject.


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