MLocodBearerPluginObserver Class Reference

class MLocodBearerPluginObserver

LCD Bearer Plugin Observer interface class

This is the bearer plugin observer interface definition used by LCD Bearer Plugins to inform the daemon about the plugin's event.

.lib
Since
S60 v3.2
Public Member Functions
void NotifyBearerStatus ( TLocodBearer , TBool )

Member Functions Documentation

NotifyBearerStatus(TLocodBearer, TBool)

void NotifyBearerStatus ( TLocodBearer aBearer,
TBool aStatus
) [pure virtual]

This is a callback function used by the plugins to inform when the bearer's availability changes.

Since
S60 v3.2

Parameters

TLocodBearer aBearer the bearer which calls this nothification
TBool aStatus the status of this bearer, ETrue if it is available; EFalse otherwise.