telephonyserver/etelmultimode/INC/ETELMM.H
branchopencode
changeset 77 930a53cdc2d3
parent 24 6638e7f4bd8f
equal deleted inserted replaced
35:6fbc08ed9c42 77:930a53cdc2d3
 10400 	
 10400 	
 10401 	Modes: GSM/WCDMA */
 10401 	Modes: GSM/WCDMA */
 10402 		KCapsMTUssd=0x00000002
 10402 		KCapsMTUssd=0x00000002
 10403 		};
 10403 		};
 10404 
 10404 
       
 10405 /** Defines transfer modes for USSD reply
       
 10406 
       
 10407 Modes: GSM/WCDMA */
       
 10408 	enum TMobileUssdTransferMode
       
 10409 		{
       
 10410 		/**Transfer the reply to the default client*/
       
 10411 		ETransferToDefaultHandler
       
 10412 		};
 10405 	
 10413 	
 10406 
 10414 
 10407 	class TMobileUssdCapsV1 : public RMobilePhone::TMultimodeType
 10415 	class TMobileUssdCapsV1 : public RMobilePhone::TMultimodeType
 10408 	/** Defines capabilities of USSD messaging. 
 10416 	/** Defines capabilities of USSD messaging. 
 10409 	@publishedPartner
 10417 	@publishedPartner
 10552 	//
 10560 	//
 10553 	/***********************************************************************************/
 10561 	/***********************************************************************************/
 10554 
 10562 
 10555 	IMPORT_C void SendMessage(TRequestStatus& aReqStatus, const TDesC8& aMsgData, const TDesC8& aMsgAttributes) const;
 10563 	IMPORT_C void SendMessage(TRequestStatus& aReqStatus, const TDesC8& aMsgData, const TDesC8& aMsgAttributes) const;
 10556 	IMPORT_C void SendMessageNoFdnCheck(TRequestStatus& aReqStatus, const TDesC8& aMsgData, const TDesC8& aMsgAttributes) const;
 10564 	IMPORT_C void SendMessageNoFdnCheck(TRequestStatus& aReqStatus, const TDesC8& aMsgData, const TDesC8& aMsgAttributes) const;
       
 10565 	IMPORT_C void SendMessage(TRequestStatus& aReqStatus, const TDesC8& aMsgData, const TDesC8& aMsgAttributes, TInt aCommand) const;
 10557 	
 10566 	
 10558 	IMPORT_C void SendRelease(TRequestStatus& aReqStatus, TDes8& aReturnResult) const;
 10567 	IMPORT_C void SendRelease(TRequestStatus& aReqStatus, TDes8& aReturnResult) const;
 10559 	IMPORT_C void NotifyNetworkRelease(TRequestStatus& aReqStatus, TDes8& aReturnResult) const;
 10568 	IMPORT_C void NotifyNetworkRelease(TRequestStatus& aReqStatus, TDes8& aReturnResult) const;
 10560 	IMPORT_C void NotifyNetworkRelease(TRequestStatus& aReqStatus, TDes8& aMsgData, TDes8& aMsgAttributes) const;
 10569 	IMPORT_C void NotifyNetworkRelease(TRequestStatus& aReqStatus, TDes8& aMsgData, TDes8& aMsgAttributes) const;
 10561 
 10570