SocketServExt Class Reference

class SocketServExt

Member Functions Documentation

CloseSession()

IMPORT_C void CloseSession ( ) [static]

FindAndLoadProtocolL(const TDesC &, TProtocolType)

IMPORT_C CProtocolBase * FindAndLoadProtocolL ( const TDesC & aName,
TProtocolType aType = ENormalProtocol
) [static]

Find a protocol by name and load it. Caller is responsible for ultimately deleting the protocol

Parameters

const TDesC & aName
TProtocolType aType = ENormalProtocol

FindAndLoadProtocolL(TUint, TUint, TUint)

IMPORT_C CProtocolBase * FindAndLoadProtocolL ( TUint aAddrFamily,
TUint aSockType,
TUint aProtocol
) [static]

Find a protocol by address family, socket type and protocol ID and load it. Caller is responsible for ultimately deleting the protocol

Parameters

TUint aAddrFamily
TUint aSockType
TUint aProtocol

InstallExtensionL(const TDesC &, const TDesC &)

IMPORT_C void InstallExtensionL ( const TDesC & aDllName,
const TDesC & aArgs
) [static]

Installs an Esock extension dll

Parameters

const TDesC & aDllName
const TDesC & aArgs

InstallSchedulerWaitHook(TCallBack *)

IMPORT_C void InstallSchedulerWaitHook ( TCallBack * aCall ) [static]

Parameters

TCallBack * aCall

OpenSession()

IMPORT_C void OpenSession ( ) [static]