diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_echo_write.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_echo_write.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,96 @@ + +
+Public Types | |
enum | TWriteState { ESending, +EWaiting, +ETimedOut + } |
Public Member Functions | |
+ | ~CEchoWrite () |
+void | ConstructL (RSocket *aSocket, MUINotify *aConsole) |
+void | IssueWrite (const TChar &aChar) |
+void | IssueSendTo (TInetAddr &aAddr, const TChar &aChar) |
+void | DoCancel () |
+void | RunL () |
+void | TimerExpired () |
Static Public Member Functions | |
+static CEchoWrite * | NewL (RSocket *aSocket, MUINotify *aConsole) |
+static CEchoWrite * | NewLC (RSocket *aSocket, MUINotify *aConsole) |
Protected Member Functions | |
+ | CEchoWrite () |
Definition at line 78 of file ECHOENG.H.
+enum CEchoWrite::TWriteState | +
+