Getting call forwarding status?
| Wed, 2006-03-22 01:14 | |
|
RMobilePhone has a SetCallForwardingStatus() and two notification functions but it fails to provide a GetCallForwardingStatus() (most other information classes do have both Set and Get functions). How can I learn the current call forwarding status? I don't really want to wait on the change, I'd need to get the current status. Bye, |
|






Forum posts: 52
IMPORT_C void GetCallForwardingIndicator(TRequestStatus &aReqStatus, TDes8 &aIndicator) const;
Description
In GSM or WCDMA mode, if unconditional call forwarding is active an indicator can display this current status. This API, allows clients to retrieve the current setting of the indicator status. The indicator can be available for Voice, Fax and Data Service groups.
NewLC #2150
Forum posts: 112
Bye,
Gábor
Forum posts: 112
Bye,
Gábor
Forum posts: 2