diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_echo_engine.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_echo_engine.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_echo_engine.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,124 +1,64 @@ - -
-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) |
Public Types | |
enum | TEchoEngineState { + EComplete, +EConnecting, +EConnected, +ETimedOut, + + ELookingUp, +ELookUpFailed, +EConnectFailed + + } |
Public Member Functions | |
+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 () |
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 | -
-