diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/struct_t_connect_settings.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/struct_t_connect_settings.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,81 @@ + +
+Public Attributes | |
TBuf +< KSettingFieldWidth > | iAddress |
TInt | iPortNum |
TBuf8 +< KSettingFieldWidth > | iPage |
Definition at line 29 of file SecEngine.h.
+TBuf<KSettingFieldWidth> TConnectSettings::iAddress | +
+Server address (as text) +
Definition at line 32 of file SecEngine.h.
+ +TInt TConnectSettings::iPortNum | +
+Server port +
Definition at line 34 of file SecEngine.h.
+ +TBuf8<KSettingFieldWidth> TConnectSettings::iPage | +
+Web page to get from the server +
Definition at line 36 of file SecEngine.h.
+ ++