ESock::RConnPrefList Class Reference
class ESock::RConnPrefList
|
This class will be used as a handle to
TConnPrefList
. During construction of the stack this class will be sent in messages as
TConnPrefList
cannot be sent in every message. The overhead of this would be too great (as it would have to be serialized and deserialized every time the message was sent). A reference cannot be sent as this would not work across processes.
Nested Classes and Structures
Constructor & Destructor Documentation
RConnPrefList()
IMPORT_C
|
RConnPrefList
|
(
|
)
|
|
Member Functions Documentation
AppendL(SMetaDataECom *)
IMPORT_C void
|
AppendL
|
(
|
SMetaDataECom *
|
aFamily
|
)
|
|
Append a preference to connection preferences list
-
leave
-
System wide error code.
Parameters
SMetaDataECom * aFamily
|
Preference to append
|
Open(RConnPrefList &)
Parameters
RConnPrefList
& aPrefList
|
RConnPrefList to copy data from. The copy is shallow.
|
Remove(TInt)
IMPORT_C void
|
Remove
|
(
|
TInt
|
aIndex
|
)
|
|
Parameters
TInt
aIndex
|
the index of the object to remove
|
getIter()
Create an iterator for template parameter TYPE. The iterator will be able to iterate over all the members of the
RConnPrefList
which match the type specified.
operator[](TInt)
IMPORT_C SMetaData *
|
operator[]
|
(
|
TInt
|
aIndex
|
)
|
|
Parameters
TInt
aIndex
|
index of requested object
|
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.