williamr@2: // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@2: // All rights reserved. williamr@2: // This component and the accompanying materials are made available williamr@2: // 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 williamr@2: // which accompanies this distribution, and is available williamr@2: // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". williamr@2: // williamr@2: // Initial Contributors: williamr@2: // Nokia Corporation - initial contribution. williamr@2: // williamr@2: // Contributors: williamr@2: // williamr@2: // Description: williamr@2: // IOCTL values & option settings williamr@2: // williamr@2: // williamr@2: williamr@2: const TUint KSolWapProv = 0x0010; ///< Ioctl level for wap provider williamr@2: williamr@2: /** williamr@2: * Ioctl name for getting the length of datagram williamr@2: * williamr@2: * @capability None williamr@2: */ williamr@2: const TUint KSOGetLength = 0x100; williamr@2: williamr@2: /** williamr@2: * Ioctl name for getting the length of the message parameters williamr@2: * williamr@2: * @capability None williamr@2: */ williamr@2: const TUint KSOGetMessageParametersLength = 0x101; williamr@2: williamr@2: /** williamr@2: * Ioctl name for getting the message parameters of wap message williamr@2: * williamr@2: * @capability ReadDeviceData williamr@2: */ williamr@2: const TUint KSOGetMessageParameters = 0x102; williamr@2: williamr@2: ////////////////////////////////////////////////////////////////////////////// williamr@2: // Option Settings williamr@2: ////////////////////////////////////////////////////////////////////////////// williamr@2: const TInt KWapSmsOptionNewStyleClient = 0x04; ///< option for new style clients williamr@2: const TInt KWapSmsOptionOKToDeleteMessage = 0x05; ///< option for confirming the receipt of message for new style client williamr@2: