diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-749DE15A-E731-5BCE-AB43-6BFD49729A05.dita --- a/Symbian3/PDK/Source/GUID-749DE15A-E731-5BCE-AB43-6BFD49729A05.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-749DE15A-E731-5BCE-AB43-6BFD49729A05.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,70 +1,70 @@ - - - - - -Packet -List Tutorial This tutorial describes how to use the list functions related to -a packet service sub-session. -

Packet lists are -used to store data related to device. The list function related to the packet -service is derived from CMobilePhoneListBase and CMobilePhoneEditableListBase. -This tutorial describes the list functions that are provided for the packet -service client applications to add, update or delete the data in the lists. The -following section provides the details of the functions derived from CMobilePhoneListBase class -for the packet service client applications.

- - -Use CMobilePhoneListbase::Enumerate() to retrieve -the current entries in the list. - - -Use CMobilePhoneListbase::MaxNumberEntries() to get -the maximum number of entries that can be stored in a list. - - -Use CMobilePhoneListbase::SetMaxNumberEntries() to -set the maximum number of entries that can be stored in a list. - - -Use CMobilePhoneListbase::AddEntryL() to add a new -entry to the list. - - -Use CMobilePhoneEditableListbase::InsertEntryL() to -insert a new entry in the list. - - -Use CMobilePhoneListbase::GetEntryL() to retrieve -an entry from the list. - - -Use CMobilePhoneEditableList::ChangeEntryL() to change -the data of an entry in the list. - - -Do one of the following: - - - -Use CMobilePhoneListbase::StoreL() or CMobilePhoneListbase::StoreLC() to -store the data of a list in a stream. - - -Use CMobilePhoneListbase::RestoreL() to restore the -list from the stream. - - - - -Use CMobilePhoneEditableListbase::DeleteEntryL() to -delete an entry from the list. - - + + + + + +Packet +List Tutorial This tutorial describes how to use the list functions related to +a packet service sub-session. +

Packet lists are +used to store data related to device. The list function related to the packet +service is derived from CMobilePhoneListBase and CMobilePhoneEditableListBase. +This tutorial describes the list functions that are provided for the packet +service client applications to add, update or delete the data in the lists. The +following section provides the details of the functions derived from CMobilePhoneListBase class +for the packet service client applications.

+ + +Use CMobilePhoneListbase::Enumerate() to retrieve +the current entries in the list. + + +Use CMobilePhoneListbase::MaxNumberEntries() to get +the maximum number of entries that can be stored in a list. + + +Use CMobilePhoneListbase::SetMaxNumberEntries() to +set the maximum number of entries that can be stored in a list. + + +Use CMobilePhoneListbase::AddEntryL() to add a new +entry to the list. + + +Use CMobilePhoneEditableListbase::InsertEntryL() to +insert a new entry in the list. + + +Use CMobilePhoneListbase::GetEntryL() to retrieve +an entry from the list. + + +Use CMobilePhoneEditableList::ChangeEntryL() to change +the data of an entry in the list. + + +Do one of the following: + + + +Use CMobilePhoneListbase::StoreL() or CMobilePhoneListbase::StoreLC() to +store the data of a list in a stream. + + +Use CMobilePhoneListbase::RestoreL() to restore the +list from the stream. + + + + +Use CMobilePhoneEditableListbase::DeleteEntryL() to +delete an entry from the list. + +
\ No newline at end of file