phone_plat/telephony_mediator_api/inc/mediatoreventsfromtelephonyapi.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    76     };
    76     };
    77 
    77 
    78 
    78 
    79 // Call Data Parameter is sent with EPhoneEventCallData
    79 // Call Data Parameter is sent with EPhoneEventCallData
    80 class TTelephonyCallDataParam
    80 class TTelephonyCallDataParam
    81 	{
    81     {
    82 	public:
    82     public:
    83 		TInt iCallId;
    83         TInt iCallId;
    84 		TBuf<KCntMaxTextFieldLength> iCLIText;
    84         TBuf<KCntMaxTextFieldLength> iCLIText;
    85 		TCallState iCallState;
    85         TCallState iCallState;
    86 		TCallType iCallType;
    86         TCallType iCallType;
    87 		TBuf<KMaxPhoneNumberLength> iRemotePhoneNumber;
    87         TBuf<KMaxPhoneNumberLength> iRemotePhoneNumber;
    88 	};
    88     };
    89 	
    89     
    90 // Mediator package
    90 // Mediator package
    91 typedef TPckgBuf<TTelephonyCallDataParam> TTelephonyCallDataParamPackage;
    91 typedef TPckgBuf<TTelephonyCallDataParam> TTelephonyCallDataParamPackage;
    92 
    92 
    93 /**  Generic Events from Phone Application. */
    93 /**  Generic Events from Phone Application. */
    94 enum TEventsFromTelephony
    94 enum TEventsFromTelephony