class RSat::TCallControlV6 : public RSat::TCallControlV5 |
Adds a parameter to allow the originator of the call to be specified.
Request for notification of a call control request using RSat::NotifyCallControlRequest passing a packaged descriptor of this class to the request. For future versions of Symbian OS, check for updated versions of this class (TSat::TCallControlVx etc.)
Public Member Functions | |
---|---|
TCallControlV6() | |
IMPORT_C void | GetCallParamOrigin(TCallParamOrigin &) |
IMPORT_C void | SetCallParamOrigin(TCallParamOrigin) |
Protected Attributes | |
---|---|
TCallParamOrigin | iCallParamOrigin |
IMPORT_C void | GetCallParamOrigin | ( | TCallParamOrigin & | aCallParamOrigin | ) | const |
Retrieves the call parameter origin.
TCallParamOrigin & aCallParamOrigin | Is populated with the call originator when the function returns. |
IMPORT_C void | SetCallParamOrigin | ( | TCallParamOrigin | aCallParamOrigin | ) |
This method is used by the TSY to set the call originator within the TCallControlV6 class.
The TSY should set this to the same value as that in the incoming call parameters.
TCallParamOrigin aCallParamOrigin | The originator of the call. |
TCallParamOrigin | iCallParamOrigin | [protected] |
Holds the originator of the call.
RSat::TCallParamOrigin contains the same enumerations as RMobileCall::TCallParamOrigin. The TSY should use the information received from the incoming call parameters to populate this member.
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.