phoneengine/engineinfo/inc/cperemoteinfo.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
   258 private: // data
   258 private: // data
   259 
   259 
   260     /**
   260     /**
   261      * Call id association
   261      * Call id association
   262      */
   262      */
   263 	TInt iCallId;
   263     TInt iCallId;
   264 
   264 
   265     /**
   265     /**
   266      * Contact link or id
   266      * Contact link or id
   267      * Own.
   267      * Own.
   268      */
   268      */
   269 	CPhCntContactId* iContactId;
   269     CPhCntContactId* iContactId;
   270 
   270 
   271 	/**
   271     /**
   272 	 * Contact link
   272      * Contact link
   273 	 * Own.
   273      * Own.
   274 	 */
   274      */
   275 	HBufC8* iContactLink;
   275     HBufC8* iContactLink;
   276 	
   276     
   277     /**
   277     /**
   278      * Remote end phone number
   278      * Remote end phone number
   279      */
   279      */
   280 	TPEPhoneNumber iPhoneNumber;
   280     TPEPhoneNumber iPhoneNumber;
   281 
   281 
   282     /**
   282     /**
   283      * Remote end phone number if the mobile originated call was forwarded
   283      * Remote end phone number if the mobile originated call was forwarded
   284      */
   284      */
   285 	TPEPhoneNumber iColpNumber;
   285     TPEPhoneNumber iColpNumber;
   286 
   286 
   287     /**
   287     /**
   288      * First name + Last name
   288      * First name + Last name
   289      */
   289      */
   290 	TPEContactName iName;
   290     TPEContactName iName;
   291 
   291 
   292     /**
   292     /**
   293      * Remote end company name
   293      * Remote end company name
   294      */
   294      */
   295 	TPEContactCompany iCompanyName;
   295     TPEContactCompany iCompanyName;
   296 
   296 
   297     /**
   297     /**
   298      * Remote end personal or group ringing tone
   298      * Remote end personal or group ringing tone
   299      */
   299      */
   300 	TPEContactFileName iPersonalRingingTone;
   300     TPEContactFileName iPersonalRingingTone;
   301 
   301 
   302     /**
   302     /**
   303      * Remote end phone number type
   303      * Remote end phone number type
   304      */
   304      */
   305 	TPEPhoneNumberIdType iPhoneNumberType;
   305     TPEPhoneNumberIdType iPhoneNumberType;
   306 
   306 
   307     /**
   307     /**
   308      * Remote end Text To Speech text
   308      * Remote end Text To Speech text
   309      */
   309      */
   310     HBufC* iTextToSpeechText;
   310     HBufC* iTextToSpeechText;
   311 
   311 
   312     /**
   312     /**
   313      * Array for caller group ids
   313      * Array for caller group ids
   314      * Own.
   314      * Own.
   315      */
   315      */
   316 	RArray< TContactItemId > iGroupId;
   316     RArray< TContactItemId > iGroupId;
   317 
   317 
   318     /**
   318     /**
   319      * Caller text
   319      * Caller text
   320      */
   320      */
   321     HBufC* iCallerText;
   321     HBufC* iCallerText;