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@4: // under the terms of "Eclipse Public License v1.0" williamr@2: // which accompanies this distribution, and is available williamr@4: // at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@2: // williamr@2: // Initial Contributors: williamr@2: // Nokia Corporation - initial contribution. williamr@2: // williamr@2: // Contributors: williamr@2: // williamr@2: // Description: williamr@4: // IOCTL values williamr@2: // williamr@2: // williamr@2: williamr@4: 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@4: // williamr@2: // Option Settings williamr@4: // williamr@4: const TInt KWapSmsOptionNewStyleClient = 0x04; //< option for new style clients williamr@4: const TInt KWapSmsOptionOKToDeleteMessage = 0x05; //< option for confirming the receipt of message for new style client williamr@2: