diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/pubsub_8h.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/pubsub_8h.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,115 @@ + +
++Go to the source code of this file.
Functions | |
+ | _LIT16 (KStop,"STOP") |
+ | _LIT (KTxtEnter,"Press enter to publish\n") |
+ | _LIT (KTxtNewLine,"\n") |
+ | _LIT (KTxtSpecPublish,"**** PUBLISH [SPECULATIVE] ****\n\n") |
+ | _LIT (KTxtCreateHandle,"Creating a handle to the property...\n") |
+ | _LIT (KTxtPublish,"Publishing the byte-array property...\n") |
+ | _LIT (KTxtArray,"Array contents:\n") |
+ | _LIT (KTxtArrayElement,"%x\t") |
+ | _LIT (KTxtNotFound,"Property Not Found\n") |
+ | _LIT (KTxtSpecSub,"*** SUBSCRIBER [SPECULATIVE] ***\n") |
+ | _LIT (KTxtSpecSt,"*** SUBSCRIBER [STANDARD STATE] ***\n") |
+ | _LIT (KTxtStPublish,"**** PUBLISH [STANDARD STATE] ****\n\n") |
+ | _LIT (KTxtDefine,"Defining a byte-array property and allocating memory for the same...\n") |
+ | _LIT (KTxtValChange,"Value of the property : %d\n") |
+ | _LIT (KTxtPESub,"*** SUBSCRIBER [PURE EVENT] ***\n") |
+ | _LIT (KTxtPEPublish,"*** PUBLISHER [PURE EVENT] ***\n") |
+ | _LIT (KTxtInt,"Publishing : %d\n") |
+ | _LIT (KTxtEPOC32EX,"Project::Publish and Subscribe") |
+ | _LIT (KTxtExampleCode,"Publish and Subscribe Example") |
+ | _LIT (KFormatFailed,"failed: leave code=%d") |
+ | _LIT (KTxtOK,"ok") |
+ | _LIT (KTxtPressAnyKey," [press any key]") |
+ | _LIT (KTextConsoleTitle,"Console") |
+ | _LIT (KTextFailed," failed, leave code = %d") |
+ | _LIT (KTextPressAnyKey," [press any key]\n") |
Variables | |
+const TUint | KMyPropertyName = 0x0003 |
+const TUid | KMyPropertyCat = {0x10034567} |
+const TInt | KArraySize = 10 |
+const TInt | KBufSize = 20 |
+const TInt | KMax = 100 |
+const TInt | KTimeInterval = 3000000 |
Definition in file pubsub.h.
+