This tutorial describes how to send the supplementary service and feature code strings to the network.
The RMobilePhone API allows the clients to send Supplementary Service (SS) strings in the GSM networks and feature code strings in the CDMA networks to the network. The data is sent for accessing a network based service.
Possible services are described in the RMobilePhone::TMobilePhoneNetworkService enum. Actions to be taken on a service such as activate or deactivate are described in RMobilePhone::TMobilePhoneServiceAction.
The following code sends a feature code to the network.
The code assumes iMobilePhone is an RMobilePhone object, and the featureCode as a descriptor containing the relevant feature code.
TRequestStatus status; iMobilePhone.SendNetworkServiceRequest(status, featureCode);
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.