Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ES_SOCK.H>
Link against: esock.lib

Class CSubConParameterSet

class CSubConParameterSet : public Meta::SMetaDataECom;

Description

Base class for all RSubConnection parameter sets.

Derivation

Members

Defined in CSubConParameterSet:


Construction and destruction


NewL(const STypeId &)

IMPORT_C static CSubConParameterSet* NewL(const STypeId &aTypeId);

Description

Creates a new sub-connection parameter set using ECOM to load the DLL plugin that implements the set.

Parameters

const STypeId &aTypeId

Id of the class (Composed of Uid of the implementation and an integer sub-type

Return value

CSubConParameterSet *

a generic pointer to a specific parameter set if successful, otherwise leaves with system error code.


~CSubConParameterSet()

virtual ~CSubConParameterSet();

Description

Empty (virtual) sub-connection parameter set destructor