|
||
class TConnPref : public TBuf8< KMaxConnPrefSize >;
Overrides the connection preferences.
TBuf8< KMaxConnPrefSize >
- No description.
TConnPref
- Overrides the connection preferences.
Defined in TConnPref
:
EConnPrefCommDb
CommDb Connection preference. EConnPrefCommDbMulti
CommDbMulti Connection preferenc. EConnPrefIdList
EConnPrefSip
Sip Connection preference. EConnPrefSnap
EConnPrefUnknown
Unknown Connection preference. ExtensionId()const
Get the extension (derrived class) idGetUserLen()
Get the length of the subclassSetExtensionId(TInt)
Set the extension (derrived class) idSetUserLen(TInt)
Set descriptor length to actual length of subclassTConnPref()
Default Constructor Setting length to 0x40 and Extension ID to 0x00 TConnPref(TInt)
Constructor Setting length to 0x40 and Extension ID to aExtensionIdUserPtr()const
anonymous
IMPORT_C TConnPref();
Default Constructor Setting length to 0x40 and Extension ID to 0x00
IMPORT_C TConnPref(TInt aExtensionId);
Constructor Setting length to 0x40 and Extension ID to aExtensionId
|
IMPORT_C TInt ExtensionId() const;
Get the extension (derrived class) id
|
IMPORT_C TInt GetUserLen();
Get the length of the subclass
|
protected: IMPORT_C void SetExtensionId(TInt aExtensionId);
Set the extension (derrived class) id
|
protected: IMPORT_C void SetUserLen(TInt aLen);
Set descriptor length to actual length of subclass
|
n/a
|