#include <cobain.h>
Public Member Functions | |
| IMPORT_C void | SetSocketListener (MSocketListener *aSocketListener) |
| Registers a socket listener. | |
| IMPORT_C void | SendL (const TDesC8 *aBuffer) |
| Asynchronously writes data to the socket. | |
| IMPORT_C void | Close (TBool aImmediately=EFalse) |
| Closes this socket. | |
| IMPORT_C | ~RCobainSocket () |
| Deletes this object. | |
The underlying network medium is transparent to the user.
|
|
Deletes this object. Closes the socket if it is still open. |
|
|
Closes this socket. This is a synchronous operation.
|
|
|
Asynchronously writes data to the socket.
|
|
|
Registers a socket listener. The socket starts receiving data immediately. Upon receiving new data, Data() method of the listener is called.
|
1.3.5