CConnectionInfo Class Reference

class CConnectionInfo : public CBase

CConnectionInfo Connection information

generichid.lib
Since
S60 v5.0

Inherits from

Constructor & Destructor Documentation

CConnectionInfo(TInt, CReportRoot *)

CConnectionInfo(TIntaConnectionID,
CReportRoot *aReportRoot
)[private]

Parameters

TInt aConnectionID
CReportRoot * aReportRoot

~CConnectionInfo()

~CConnectionInfo()[virtual]

Destructor.

Member Functions Documentation

ConnectionID()

TInt ConnectionID()

Get Connection id

Since
S60 v5.0

NewL(TInt, CReportRoot *)

CConnectionInfo *NewL(TIntaConnectionID,
CReportRoot *aReportRoot
)[static]

Two-phased constructor.

Parameters

TInt aConnectionIDConnection identifier
CReportRoot * aReportRootConnection ReportRoot

NewLC(TInt, CReportRoot *)

CConnectionInfo *NewLC(TIntaConnectionID,
CReportRoot *aReportRoot
)[static]

Parameters

TInt aConnectionID
CReportRoot * aReportRoot

ReportRoot()

CReportRoot *ReportRoot()

Get report id

Since
S60 v5.0

ReturnLastCommandHandler()

CHidDriver *ReturnLastCommandHandler()

Set last command handler

Since
S60 v5.0

SetLastCommandHandler(CHidDriver *)

voidSetLastCommandHandler(CHidDriver *aHidDriverItem)

Set last command handler

Since
S60 v5.0

Parameters

CHidDriver * aHidDriverItemhiddriver item

Member Data Documentation

TInt iConnectionID

TInt iConnectionID[private]

Connection id

CHidDriver * iLastCmdDriver

CHidDriver *iLastCmdDriver[private]

Pointer to last driver which handled last command Not own.

CReportRoot * iReportRoot

CReportRoot *iReportRoot[private]

Connection id Own.