Location:
ConnPref.h
Link against: esock.lib
class TConnPref : public TBuf8< KMaxConnPrefSize >;
Overrides the connection preferences.
TBuf8< KMaxConnPrefSize >
- No description.
TConnPref
- Overrides the connection preferences
Defined in TConnPref
:
EConnPrefCommDb
, EConnPrefCommDbMulti
, EConnPrefIdList
, EConnPrefSip
, EConnPrefSnap
, EConnPrefUnknown
, ExtensionId()
, GetUserLen()
, SetExtensionId()
, SetUserLen()
, TConnPref()
, TConnPref()
, UserPtr()
, 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
|