CActiveCommsMobilityApiExt Class Reference
#include
<comms-infras/es_mobility_apiext.h>
class CActiveCommsMobilityApiExt : public CActive |
Inherits from
- CActiveCommsMobilityApiExt
Constructor & Destructor Documentation
CActiveCommsMobilityApiExt ( MMobilityProtocolResp & )
~CActiveCommsMobilityApiExt ( )
IMPORT_C | ~CActiveCommsMobilityApiExt | ( | ) | |
Cancels the outstanding notification request and deletes the Mobility extension.
Member Function Documentation
ConstructL ( RCommsSubSession & )
IgnorePreferredCarrier ( )
IMPORT_C void | IgnorePreferredCarrier | ( | ) | |
Instructs the Implementation that it should not migrate the Client to the newly available preferred carrier and that the Client wishes to continue using the current carrier.
MigrateToPreferredCarrier ( )
IMPORT_C void | MigrateToPreferredCarrier | ( | ) | |
Instructs the Implementation that it should migrate the Client to the newly available preferred carrier (or, in case of the current carrier becoming unavailable, to the less preferred but available carrier).
NewCarrierAccepted ( )
IMPORT_C void | NewCarrierAccepted | ( | ) | |
Instructs the Implementation that the Client wishes to use the new carrier it has been migrated to.
NewCarrierRejected ( )
IMPORT_C void | NewCarrierRejected | ( | ) | |
Instruct the Implementation that the Client wishes to reject the new carrier it has been migrated to be offered another preferred carrier unless nothing else is available. In case nothing else is available the request completes with an error.
NewL ( RCommsSubSession &, MMobilityProtocolResp & )
Parameter | Description | aExtensionProvider | The corresponding RCommsSubSession under which the extension is to be opened (in case of Mobility this is the RConnection or RCommsManager instance). |
aProtocol | Handles the response communication between the implementation and the client. |