diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-EE8660B7-DAC2-5A57-BDEA-418900BAE421.dita --- a/Symbian3/PDK/Source/GUID-EE8660B7-DAC2-5A57-BDEA-418900BAE421.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-EE8660B7-DAC2-5A57-BDEA-418900BAE421.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,15 +1,15 @@ - - - - - - Supplementary Service and Feature Code Strings TutorialThis 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.

Use RMobilePhone::ProgramFeatureCode() to describe a feature code of a particular service to the telephony system. Send the feature code of a service to the network using RMobilePhone::SendNetworkServiceRequest() Retrieve the feature code of a service from the network using RMobilePhone::GetFeatureCode().

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.

Send feature code example

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); + + + + + + Supplementary Service and Feature Code Strings TutorialThis 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.

Use RMobilePhone::ProgramFeatureCode() to describe a feature code of a particular service to the telephony system. Send the feature code of a service to the network using RMobilePhone::SendNetworkServiceRequest() Retrieve the feature code of a service from the network using RMobilePhone::GetFeatureCode().

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.

Send feature code example

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);
\ No newline at end of file