| class MAccMonitorObserver |
The observer offers methods to observe connection/disconnection notifications from some defined accessory or all accessory connection/disconnection notifications.
| Public Member Functions | |
|---|---|
| void | AccMonitorObserverError ( TInt ) |
| void | ConnectedL ( CAccMonitorInfo *) |
| void | DisconnectedL ( CAccMonitorInfo *) |
| void | AccMonitorObserverError | ( | TInt | aError | ) | [pure virtual] |
A callback for error situations.
| TInt aError |
| void | ConnectedL | ( | CAccMonitorInfo * | aAccessoryInfo | ) | [pure virtual] |
A callback method for accessory connection notifications.
| CAccMonitorInfo * aAccessoryInfo | instance of the connected accessory. The content of the pointer must be copied to an instance CAccMonitorInfo because the original pointer is destroyed after the ConnectedL metdhod. |
| void | DisconnectedL | ( | CAccMonitorInfo * | aAccessoryInfo | ) | [pure virtual] |
A callback method for accessory disconnection notifications.
| CAccMonitorInfo * aAccessoryInfo | instance of the connected accessory. The content of the pointer must be copied to an instance CAccMonitorInfo because the original pointer is destroyed after the DisconnectedL metdhod. |
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.