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
voidNotifyBearerStatus(TLocodBearer, TBool)

Member Functions Documentation

NotifyBearerStatus(TLocodBearer, TBool)

voidNotifyBearerStatus(TLocodBeareraBearer,
TBoolaStatus
)[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 aBearerthe bearer which calls this nothification
TBool aStatusthe status of this bearer, ETrue if it is available; EFalse otherwise.