MPEServiceHandling Class Reference

class MPEServiceHandling

Declares interface for service enabling.

This interface offers the service enabling and service status error checking services for Phone Engine. VoIP service needs to be enabled before it's possible to make a VoIP call.

peservicehandling.lib

Constructor & Destructor Documentation

~MPEServiceHandling()

~MPEServiceHandling ( ) [inline, virtual]

Destructor.

Member Functions Documentation

CancelServiceEnabling()

void CancelServiceEnabling ( ) const [pure virtual]

Cancel current service enabling, if service connecting state.

DisableService()

void DisableService ( ) const [pure virtual]

Disable service.

EnableServiceL(TInt)

void EnableServiceL ( TInt aServiceId ) [pure virtual]

Enables service defined by the given identifier. This function does the service enabling and service status error checking. If service is enabled successfully, send message (EPEMessageServiceEnabled) to PhoneEngine.

Parameters

TInt aServiceId Identifier of the service.