MAccMonitorObserver Class Reference
class MAccMonitorObserver |
Detailed Description
The observer offers methods to observe connection/disconnection notifications from some defined accessory or all accessory connection/disconnection notifications.
Member Function Documentation
AccMonitorObserverError ( TInt )
void | AccMonitorObserverError | ( | TInt | aError | ) | [pure virtual] |
A callback for error situations.
ConnectedL ( CAccMonitorInfo * )
A callback method for accessory connection notifications.
Parameter | Description | 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. |
DisconnectedL ( CAccMonitorInfo * )
A callback method for accessory disconnection notifications.
Parameter | Description | 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. |