CSetConnectionEncryptionCommand Class Reference

class CSetConnectionEncryptionCommand

This class represents the SetConnectionEncryption HCI Command

Constructor & Destructor Documentation

CSetConnectionEncryptionCommand(THCIConnectionHandle, TUint8)

CSetConnectionEncryptionCommand ( THCIConnectionHandle aConnectionHandle,
TUint8 aEncryptionEnable
) [private]

Parameters

THCIConnectionHandle aConnectionHandle
TUint8 aEncryptionEnable

CSetConnectionEncryptionCommand()

CSetConnectionEncryptionCommand ( ) [private]

~CSetConnectionEncryptionCommand()

~CSetConnectionEncryptionCommand ( )

Member Functions Documentation

ConnectionHandle()

IMPORT_C THCIConnectionHandle ConnectionHandle ( ) const

EncryptionEnable()

IMPORT_C TUint8 EncryptionEnable ( ) const

Extension_(TUint, TAny *&, TAny *)

TInt Extension_ ( TUint aExtensionId,
TAny *& aInterface,
TAny * aData
) [virtual]

Parameters

TUint aExtensionId
TAny *& aInterface
TAny * aData

Format(CHctlCommandFrame &)

void Format ( CHctlCommandFrame & aCommandFrame ) const [private, virtual]

Parameters

CHctlCommandFrame & aCommandFrame

Match(const THCIEventBase &, TBool &, TBool &, TBool &)

void Match ( const THCIEventBase & aEvent,
TBool & aMatchesCmd,
TBool & aConcludesCmd,
TBool & aContinueMatching
) const [virtual]

Parameters

const THCIEventBase & aEvent
TBool & aMatchesCmd
TBool & aConcludesCmd
TBool & aContinueMatching

NewL(THCIConnectionHandle, TUint8)

IMPORT_C CSetConnectionEncryptionCommand * NewL ( THCIConnectionHandle aConnectionHandle,
TUint8 aEncryptionEnable
) [static]

Parameters

THCIConnectionHandle aConnectionHandle
TUint8 aEncryptionEnable

NewL()

IMPORT_C CSetConnectionEncryptionCommand * NewL ( ) [static]

Reset(THCIConnectionHandle, TUint8)

IMPORT_C void Reset ( THCIConnectionHandle aConnectionHandle,
TUint8 aEncryptionEnable
)

Parameters

THCIConnectionHandle aConnectionHandle
TUint8 aEncryptionEnable

Member Data Documentation

THCIConnectionHandle iConnectionHandle

THCIConnectionHandle iConnectionHandle [private]

TUint8 iEncryptionEnable

TUint8 iEncryptionEnable [private]