#include <ISocket.h>
Inheritance diagram for ISocket:

Public Methods | |
| virtual int | readLine (string &msg) |
| virtual void | interrupt () |
| virtual void | close () |
Protected Methods | |
| virtual int | readBlock (void *buffer, int maxlen) |
| virtual int | writeBlock (const void *buffer, int length) |
|
|
Close the socket. Reimplemented from Socket. |
|
|
Interrupt current read actions (socket becomes write-only). Implements Socket. |
|
||||||||||||
|
Reads raw bytes from the socket for binary data transmission.
Implements Socket. |
|
|
Read a single line of ASCII data (CR/LF automatically removed).
Implements Socket. |
|
||||||||||||
|
Writes raw data to the socket for binary data transmission.
Implements Socket. |
1.2.18