Symbian3/PDK/Source/GUID-88432D26-55B3-57FA-A9EB-BA6C665F2531.dita
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Fri, 22 Jan 2010 18:26:19 +0000
changeset 1 25a17d01db0c
child 3 46218c8b8afa
permissions -rw-r--r--
Addition of the PDK content and example code for Documentation_content according to Feature bug 1607 and bug 1608
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
     1
<?xml version="1.0" encoding="utf-8"?>
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
     2
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
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
     3
<!-- This component and the accompanying materials are made available under the terms of the License 
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
     4
"Eclipse Public License v1.0" which accompanies this distribution, 
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
     5
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
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
     6
<!-- Initial Contributors:
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
     7
    Nokia Corporation - initial contribution.
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
     8
Contributors: 
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
     9
-->
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
    10
<!DOCTYPE task
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
    11
  PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
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>