Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: 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:
NewL(), ~CSubConParameterSet()


Construction and destruction


NewL()

static IMPORT_C 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