ReactOS 0.4.16-dev-927-g467dec4
|
Public Member Functions | |
TCPSocketObject (std::string host, int port, NTSTATUS *status) | |
~TCPSocketObject () | |
int | send (char *buf, int len, int *bytes, struct sockaddr_in *si) |
int | recv (char *buf, int len, int *bytes, struct sockaddr_in *si) |
![]() | |
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 |
Private Attributes | |
PCONNECTION_ENDPOINT | Connection |
Definition at line 188 of file iptest.cpp.
Definition at line 190 of file iptest.cpp.
|
inline |
Definition at line 214 of file iptest.cpp.
|
inlinevirtual |
Implements SocketObject.
Definition at line 231 of file iptest.cpp.
|
inlinevirtual |
Implements SocketObject.
Definition at line 219 of file iptest.cpp.
|
private |
Definition at line 244 of file iptest.cpp.
Referenced by recv(), send(), TCPSocketObject(), and ~TCPSocketObject().