appsupport_plat/startup_configuration_api/inc/startupdomaincrkeys.h
branchRCL_3
changeset 70 739cef680932
parent 63 c2c61fdca848
child 82 4610cd70c542
equal deleted inserted replaced
66:9af619316cbf 70:739cef680932
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   261 * Format is "YYYYMMDD:HHMMSS". The month and day values are offset from zero.
   261 * Format is "YYYYMMDD:HHMMSS". The month and day values are offset from zero.
   262 * Example: "20070000:090000" - 01.01.2007 09:00 AM.
   262 * Example: "20070000:090000" - 01.01.2007 09:00 AM.
   263 */
   263 */
   264 const TUint32 KStartupDefaultTime = 0x00000016;
   264 const TUint32 KStartupDefaultTime = 0x00000016;
   265 
   265 
       
   266 /**
       
   267 * AT command  CFun  specifc key
       
   268 * Default value is 0
       
   269 * Offline to Online profile  transition  value is 1
       
   270 * Online to Offline profile  transition value is 2
       
   271 */
       
   272 const TUint32 KStartupATcmdCFUNProfileChange = 0x0000001A;
       
   273 
   266 #endif // STARTUPDOMAINCRKEYS_H
   274 #endif // STARTUPDOMAINCRKEYS_H
   267 
   275 
   268 // End of File
   276 // End of File
   269 
   277