CHCICommandBase Class Reference
|
class CHCICommandBase : public CBase
|
This class defines the basis for specific HCI Commands that are to be sent over the HCI.
Any class that derives from this class must call the
BaseConstructL()
function during its NewL(), to ensure that the base class is fully initialised.
Constructor & Destructor Documentation
CHCICommandBase(THCIOpcode)
|
CHCICommandBase
|
(
|
THCIOpcode
|
aOpcode
|
)
|
[protected]
|
Member Functions Documentation
BaseConstructL()
|
void
|
BaseConstructL
|
(
|
)
|
[protected]
|
CreditsConsumed()
|
IMPORT_C
TUint
|
CreditsConsumed
|
(
|
)
|
const
|
ExpectsCommandCompleteEvent()
|
IMPORT_C
TBool
|
ExpectsCommandCompleteEvent
|
(
|
)
|
const
|
ExpectsCommandStatusEvent()
|
IMPORT_C
TBool
|
ExpectsCommandStatusEvent
|
(
|
)
|
const
|
Extension_(TUint, TAny *&, TAny *)
Format(CHctlCommandFrame &)
FormatCommand(CHctlCommandFrame &)
Match(const THCIEventBase &, TBool &, TBool &, TBool &)
SetCreditsConsumed(TUint)
|
void
|
SetCreditsConsumed
|
(
|
TUint
|
aConsumedCredits
|
)
|
[protected]
|
SetExpectsCommandCompleteEvent(TBool)
|
void
|
SetExpectsCommandCompleteEvent
|
(
|
TBool
|
aExpectsCmdComplete
|
)
|
[protected]
|
Parameters
|
TBool
aExpectsCmdComplete
|
|
SetExpectsCommandStatusEvent(TBool)
|
void
|
SetExpectsCommandStatusEvent
|
(
|
TBool
|
aExpectsCmdStatus
|
)
|
[protected]
|
Member Data Documentation
CHCICommandBaseExtension * iCommandBaseExtension
TUint
iCreditsConsumed
|
TUint
|
iCreditsConsumed
|
[private]
|
TBool
iExpectsCommandCompleteEvent
|
TBool
|
iExpectsCommandCompleteEvent
|
[private]
|
TBool
iExpectsCommandStatusEvent
|
TBool
|
iExpectsCommandStatusEvent
|
[private]
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.