diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_common_file_8hrh-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_common_file_8hrh-source.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,52 @@ + +
+00001 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). +00002 // All rights reserved. +00003 // This component and the accompanying materials are made available +00004 // under the terms of "Eclipse Public License v1.0" +00005 // which accompanies this distribution, and is available +00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html". +00007 // +00008 // Initial Contributors: +00009 // Nokia Corporation - initial contribution. +00010 // +00011 // Contributors: +00012 // +00013 // Description: +00014 // ReadDataFromRF.HRH +00015 // +00016 +00017 +00018 // define the maximum length of the txt string +00019 #define TEXTMAX 256 +00020 +00021 // define some flags +00022 #define EFlagItem1 0x0001 +00023 #define EFlagItem2 0x0002 +00024 #define EFlagItem3 0x0004 +00025 #define EFlagItem4 0x0008 +00026 +00027 #define EFlagItem5 0x0010 +00028 #define EFlagItem6 0x0020 +00029 #define EFlagItem7 0x0040 +00030 #define EFlagItem8 0x0080 +00031 +00032 #define EFlagItem9 0x0100 +00033 #define EFlagItem10 0x0200 +00034 #define EFlagItem11 0x0400 +00035 #define EFlagItem12 0x0800 +00036 +00037 #define EFlagItem13 0x1000 +00038 #define EFlagItem14 0x2000 +00039 #define EFlagItem15 0x4000 +00040 #define EFlagItem16 0x8000 +