phone_plat/telephony_information_api/inc/telinformationpskeys.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    40 * @type RProperty::EByteArray
    40 * @type RProperty::EByteArray
    41 */
    41 */
    42 
    42 
    43 const TUint32 KTelDisplayInfo =  0x00000002; 
    43 const TUint32 KTelDisplayInfo =  0x00000002; 
    44 
    44 
    45 /*****************************************************************************
       
    46 * Telephony Car Mode API
       
    47 * This can be used for setting and requesting
       
    48 * Car Mode status.
       
    49 *****************************************************************************/
       
    50 const TUid KPSUidTelCarMode = {0x102029A8};
       
    51 
       
    52 /**
       
    53 * Indicates the car mode setting
       
    54 * This key has two special values, see EPSCarModeSetting.
       
    55 * 
       
    56 * @type RProperty::EInt
       
    57 */          
       
    58 const TUint32 KTelCarMode = 0x00000001;
       
    59 enum EPSTelCarModeSetting
       
    60     {
       
    61     EPSCarModeOff = 0,
       
    62     EPSCarModeOn    
       
    63     };
       
    64 
       
    65 #endif      // TELINFORMATIONPSKEYS_H
    45 #endif      // TELINFORMATIONPSKEYS_H
    66 
    46 
    67 // End of file
    47 // End of file