ReactOS 0.4.16-dev-456-ga97fcf1
|
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 |
Definition at line 70 of file iptest.cpp.
|
inlinevirtual |
Definition at line 72 of file iptest.cpp.
|
pure virtual |
Implemented in TCPSocketObject.
|
pure virtual |
Implemented in TCPSocketObject.