| class MControllerInitialisationInterface |
Mixin for the Controller Initialisation API. This interface is to be used via the Controller Initialisation Plugin. CControllerInitialisationPlugin::Interface(TUid)
| Public Member Functions | |
|---|---|
| void | MciiPostResetCommand () |
| void | MciiPreResetCommand () |
| void | MciiSetControllerInitialisationObserver ( MControllerInitialisationObserver &) |
| void | MciiSetCoreHci ( MCoreHci &) |
| void | MciiSetHCICommandQueue ( MHCICommandQueue &) |
| void | MciiPostResetCommand | ( | ) | [pure virtual] |
The function to be called immediately after calling the reset command.
| void | MciiPreResetCommand | ( | ) | [pure virtual] |
The function that shall be called immediately before calling the reset command.
| void | MciiSetControllerInitialisationObserver | ( | MControllerInitialisationObserver & | aObserver | ) | [pure virtual] |
The initialisation interface uses the supplied reference to notify the stack when initialisation is complete.
| MControllerInitialisationObserver & aObserver | Reference to the initialisation observer |
| void | MciiSetCoreHci | ( | MCoreHci & | aCoreHci | ) | [pure virtual] |
Allows the initiator access to the Core HCI. It can then request any of the interface the Core HCI exposes.
| MCoreHci & aCoreHci | Reference to the Core HCI |
| void | MciiSetHCICommandQueue | ( | MHCICommandQueue & | aHCICommandQueue | ) | [pure virtual] |
The initialisation interface uses this function to be given a reference to MHCICommandQueue which allows it to reset the command queue
| MHCICommandQueue & aHCICommandQueue | provides interface to command queue |
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.