Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_call_info.html
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Fri, 22 Jan 2010 18:26:19 +0000
changeset 1 25a17d01db0c
child 6 43e37759235e
permissions -rw-r--r--
Addition of the PDK content and example code for Documentation_content according to Feature bug 1607 and bug 1608

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>TB10.1 Example Applications: CCallInfo Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.3 -->
<h1>CCallInfo Class Reference</h1><!-- doxytag: class="CCallInfo" --><!-- doxytag: inherits="CISVAPIAsync" --><div class="dynheader">
Inheritance diagram for CCallInfo:</div>
<div class="dynsection">

<p><center><img src="class_c_call_info.png" usemap="#CCallInfo_map" border="0" alt=""></center>
<map name="CCallInfo_map">
<area href="class_c_i_s_v_a_p_i_async.html" alt="CISVAPIAsync" shape="rect" coords="0,56,97,80">
<area href="class_c_i_s_v_a_p_i_base.html" alt="CISVAPIBase" shape="rect" coords="0,0,97,24">
</map>
</div>

<p>
<a href="class_c_call_info-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_call_info.html#5e44f63e7f792280dcce6e9b1bcad0f7">~CCallInfo</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_call_info.html#23936ad5ed867c3eb4f266b21e93fe1b">DoStartRequestL</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="class_c_call_info.html">CCallInfo</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_call_info.html#10828619cde3e7e60ca35cc87d306bd9">NewL</a> (<a class="el" href="class_m_exec_async.html">MExecAsync</a> *aController)</td></tr>

<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">CTelephony::TCallInfoV1&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_call_info.html#c130b9ba87630061cbd9cdd0510925b8">iCallInfoV1</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">CTelephony::TRemotePartyInfoV1&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_call_info.html#2ac768384ace4c2ab89f6c2c219c67ea">iRemoteInfoV1</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Retrieves information regarding the current call including the number to be traversed with. Can be notified on change. 
<p>Definition at line <a class="el" href="_c_call_info_8h-source.html#l00033">33</a> of file <a class="el" href="_c_call_info_8h-source.html">CCallInfo.h</a>.</p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="5e44f63e7f792280dcce6e9b1bcad0f7"></a><!-- doxytag: member="CCallInfo::~CCallInfo" ref="5e44f63e7f792280dcce6e9b1bcad0f7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CCallInfo::~CCallInfo           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Destructor. Cancels outstanding requests. 
<p>Definition at line <a class="el" href="_c_call_info_8cpp-source.html#l00038">38</a> of file <a class="el" href="_c_call_info_8cpp-source.html">CCallInfo.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="10828619cde3e7e60ca35cc87d306bd9"></a><!-- doxytag: member="CCallInfo::NewL" ref="10828619cde3e7e60ca35cc87d306bd9" args="(MExecAsync *aController)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_c_call_info.html">CCallInfo</a> * CCallInfo::NewL           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_m_exec_async.html">MExecAsync</a> *&nbsp;</td>
          <td class="paramname"> <em>aController</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Factory constructor.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aController</em>&nbsp;</td><td>Pointer to <a class="el" href="class_m_exec_async.html">MExecAsync</a> object passed to constructor of <a class="el" href="class_c_i_s_v_a_p_i_base.html">CISVAPIBase</a> </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>Instance of <a class="el" href="class_c_call_info.html">CCallInfo</a> class </dd></dl>

<p>Definition at line <a class="el" href="_c_call_info_8cpp-source.html#l00025">25</a> of file <a class="el" href="_c_call_info_8cpp-source.html">CCallInfo.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="23936ad5ed867c3eb4f266b21e93fe1b"></a><!-- doxytag: member="CCallInfo::DoStartRequestL" ref="23936ad5ed867c3eb4f266b21e93fe1b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CCallInfo::DoStartRequestL           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Gets the current call's information, stores the details in the iCallInfoV1Pckg and iRemoteInfoV1Pckg packages and displays the details to the console. 
<p>Reimplemented from <a class="el" href="class_c_i_s_v_a_p_i_base.html#f5a272546d704790a27788fcd45598b5">CISVAPIBase</a>.</p>

<p>Definition at line <a class="el" href="_c_call_info_8cpp-source.html#l00047">47</a> of file <a class="el" href="_c_call_info_8cpp-source.html">CCallInfo.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="c130b9ba87630061cbd9cdd0510925b8"></a><!-- doxytag: member="CCallInfo::iCallInfoV1" ref="c130b9ba87630061cbd9cdd0510925b8" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CTelephony::TCallInfoV1 <a class="el" href="class_c_call_info.html#c130b9ba87630061cbd9cdd0510925b8">CCallInfo::iCallInfoV1</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Stores general information about the call. 
<p>Definition at line <a class="el" href="_c_call_info_8h-source.html#l00055">55</a> of file <a class="el" href="_c_call_info_8h-source.html">CCallInfo.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2ac768384ace4c2ab89f6c2c219c67ea"></a><!-- doxytag: member="CCallInfo::iRemoteInfoV1" ref="2ac768384ace4c2ab89f6c2c219c67ea" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CTelephony::TRemotePartyInfoV1 <a class="el" href="class_c_call_info.html#2ac768384ace4c2ab89f6c2c219c67ea">CCallInfo::iRemoteInfoV1</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Stores information about the remote party of iCallInfoV1. 
<p>Definition at line <a class="el" href="_c_call_info_8h-source.html#l00059">59</a> of file <a class="el" href="_c_call_info_8h-source.html">CCallInfo.h</a>.</p>

</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:03 2010 for TB10.1 Example Applications by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>