diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-5367CF33-86E3-5FA8-8416-403C83DE53BA.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-5367CF33-86E3-5FA8-8416-403C83DE53BA.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,45 @@ + + + + + +Traffic +Flow Template TutorialThis tutorial describes how to use the traffic flow template functions +in a packet service sub-session. + + +Use RPacketContext::CreateNewTFT() to create a new +traffic flow template for a context. + + +Use RPacketContext::EnumeratePacketFilters() to get +the number of packet filters defined for the context. + + +Use RPacketContext::GetPacketFilterInfo() to retrieve +the information of a packet filter. + + +Use RPacketContext::AddPacketFilter() to add or replace +a packet filter used in the context. + + +Use RPacketContext::RemovePacketFilter() to remove +a packet filter from the context. + + +Use RPacketContext::DeleteTFT() to delete a traffic +flow template. + + +Use RTelSubSessionBase::CancelAsyncRequest() to cancel +any of the commands. + + + \ No newline at end of file