MDiagNetworkRegStatusObserver Class Reference

class MDiagNetworkRegStatusObserver

Diagnostics Plugin Network registration status observer interface

This is an abstract class which plugins must derive and implement to receive call-backs from the Diagnostics Network registration status observer.

Public Member Functions
voidInitialNetworkRegistrationStatusL(const TBool &)
voidNetworkRegistrationStatusChangeL(const TBool &)

Member Functions Documentation

InitialNetworkRegistrationStatusL(const TBool &)

voidInitialNetworkRegistrationStatusL(const TBool &aRegistered)[pure virtual]

This function is used to inform the intial network registration status

Parameters

const TBool & aRegistered

NetworkRegistrationStatusChangeL(const TBool &)

voidNetworkRegistrationStatusChangeL(const TBool &aRegistered)[pure virtual]

This interface is used to inform the clients of any changes in the network registration status

Parameters

const TBool & aRegisteredETrue :The device has now changed to registered status. EFalse:The device has now lost network coverage.