Symbian3/PDK/Source/GUID-88432D26-55B3-57FA-A9EB-BA6C665F2531.dita
author Dominic Pinkman <dominic.pinkman@nokia.com>
Fri, 13 Aug 2010 16:47:46 +0100
changeset 14 578be2adaf3e
parent 5 f345bda72bc4
permissions -rw-r--r--
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     2
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     3
<!-- This component and the accompanying materials are made available under the terms of the License 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     4
"Eclipse Public License v1.0" which accompanies this distribution, 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     5
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     6
<!-- Initial Contributors:
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     7
    Nokia Corporation - initial contribution.
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     8
Contributors: 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     9
-->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
    10
<!DOCTYPE task
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
    11
  PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
1
25a17d01db0c Addition of the PDK content and example code for Documentation_content according to Feature bug 1607 and bug 1608
Dominic Pinkman <Dominic.Pinkman@Nokia.com>
parents:
diff changeset
    12
<task xml:lang="en" id="GUID-88432D26-55B3-57FA-A9EB-BA6C665F2531"><title>Packet Quality of Service Tutorial </title><shortdesc>This tutorial describes how to use the Quality of Service (QoS) profile in a packet service. </shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody> <steps id="GUID-0D8F7D2B-113A-596B-A17E-B975DC13247D"> <step id="GUID-5B20E540-7A21-595E-909D-3AFB5BC8A1F5"><cmd/><info>Use <xref href="GUID-0712C389-1D3B-3CA5-9602-A3D9128DBD13.dita"><apiname>RPacketQoS::OpenNewQoS()</apiname></xref> to open a new QoS profile for a context. </info> </step> <step id="GUID-8C383A6C-CCCB-524C-AA0E-64CF5D8D2C4E"><cmd/><info>Use <xref href="GUID-0712C389-1D3B-3CA5-9602-A3D9128DBD13.dita"><apiname>RPacketQoS::OpenExistingQoS()</apiname></xref> to open a defined QoS profile for a context. </info> </step> <step id="GUID-0E8890A1-7044-50E4-8E88-35327C274E0A"><cmd/><info>Use <xref href="GUID-0712C389-1D3B-3CA5-9602-A3D9128DBD13.dita"><apiname>RPacketQoS::SetProfileParameters()</apiname></xref> to set the parameters in a QoS profile. </info> </step> <step id="GUID-C35AF72C-2A08-5A5D-9CD3-4B09E4CBD206"><cmd/><info>Use <xref href="GUID-0712C389-1D3B-3CA5-9602-A3D9128DBD13.dita"><apiname>RPacketQoS::GetProfileParameters()</apiname></xref> to retrieve the parameters from a QoS profile. </info> </step> <step id="GUID-00188A89-A643-58B1-AE41-562308D877F0"><cmd/><info>Use <xref href="GUID-0712C389-1D3B-3CA5-9602-A3D9128DBD13.dita"><apiname>RPacketQoS::GetProfileCapabilities()</apiname></xref> to retrieve the QoS profile capabilities. </info> </step> <step id="GUID-5F5209CE-8C04-5300-84C5-1C15C846A4D5"><cmd/><info>Use <xref href="GUID-0712C389-1D3B-3CA5-9602-A3D9128DBD13.dita"><apiname>RPacketQoS::NotifyProfileChanged()</apiname></xref> to get the notification for any changes in a QoS profile. </info> </step> <step id="GUID-B445C2FA-BF00-574F-9CC6-AF109A6E825A"><cmd/><info>Use <xref href="GUID-0712C389-1D3B-3CA5-9602-A3D9128DBD13.dita"><apiname>RPacketQoS::Close()</apiname></xref> to close a QoS profile. </info> </step> </steps> </taskbody></task>