DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
This class implements client sockets (also called just "sockets"). More...
Public Member Functions | |
Socket (SOCKET_TYPE sock, SocketState state, int err) | |
Socket (const tstring &address, int port) | |
virtual bool | read (SocketBuffer &buffer) |
virtual bool | write (const SocketBuffer &buffer) |
This class implements client sockets (also called just "sockets").
A socket is an endpoint for communication between two machines.