diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_echo_engine.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_echo_engine.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,124 @@ + +
+Public Types | |
enum | TEchoEngineState { + EComplete, +EConnecting, +EConnected, +ETimedOut, + + ELookingUp, +ELookUpFailed, +EConnectFailed + + } |
Public Member Functions | |
+IMPORT_C | CEchoEngine () |
+IMPORT_C void | ConstructL (MUINotify *aConsole) |
+IMPORT_C void | Stop () |
+IMPORT_C void | ConnectTo (TUint32 aAddr) |
+IMPORT_C void | ConnectL (const TDesC &aServerName) |
+IMPORT_C void | Write (TChar aChar) |
+IMPORT_C void | Read () |
+IMPORT_C void | TestGetByAddrL (TUint32 aAddr) |
+void | TimerExpired () |
+void | DoCancel () |
+void | RunL () |
+ | ~CEchoEngine () |
Static Public Member Functions | |
+static IMPORT_C +CEchoEngine * | NewL (MUINotify *aConsole) |
+static IMPORT_C +CEchoEngine * | NewLC (MUINotify *aConsole) |
Definition at line 114 of file ECHOENG.H.
+enum CEchoEngine::TEchoEngineState | +
+