epoc32/include/gsmuetel.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    13 // Description:
    13 // Description:
    14 // This file contains the header file of the etel functions that have to be adapted later
    14 // This file contains the header file of the etel functions that have to be adapted later
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 
       
    19 
       
    20 /**
    18 /**
    21  @file
    19  @file
       
    20  *  @publishedAll
    22 */
    21 */
    23 
    22 
    24 #ifndef __GSMUETEL_H__
    23 #ifndef __GSMUETEL_H__
    25 #define __GSMUETEL_H__
    24 #define __GSMUETEL_H__
    26 
    25 
    42 	inline void SetPdu(const TDesC8& aPdu);
    41 	inline void SetPdu(const TDesC8& aPdu);
    43 	inline const TGsmSmsTelNumber& Sca() const;
    42 	inline const TGsmSmsTelNumber& Sca() const;
    44 	inline void SetSca(const TGsmSmsTelNumber& aSca);
    43 	inline void SetSca(const TGsmSmsTelNumber& aSca);
    45 
    44 
    46 private:
    45 private:
    47 	NMobileSmsMessaging::TMobileSmsGsmTpdu iPdu;	///< Storage for the PDU
    46 	NMobileSmsMessaging::TMobileSmsGsmTpdu iPdu;	//< Storage for the PDU
    48 	TGsmSmsTelNumber iSca;							///< Storage for the SCA
    47 	TGsmSmsTelNumber iSca;							//< Storage for the SCA
    49 	};
    48 	};
    50 
    49 
    51 /** Responsibility for submit/delivery reports. */
    50 /** Responsibility for submit/delivery reports. */
    52 	enum TSmsReportResponsibility
    51 	enum TSmsReportResponsibility
    53 		{
    52 		{
    57 		ESmsReportClient
    56 		ESmsReportClient
    58 		};
    57 		};
    59 	struct TSmsReportSetting
    58 	struct TSmsReportSetting
    60 /**
    59 /**
    61  *  Flags for report responsibility.
    60  *  Flags for report responsibility.
    62  *  @internalComponent
    61  *  @publishedAll
    63  */
    62  */
    64 		{
    63 		{
    65 	/** Responsibility for delivery reports. */
    64 	/** Responsibility for delivery reports. */
    66 		TSmsReportResponsibility iDeliverReports;
    65 		TSmsReportResponsibility iDeliverReports;
    67 	/** Responsibility for submit reports. */
    66 	/** Responsibility for submit reports. */