|
ReactOS 0.4.16-dev-1946-g52006dd
|

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.