Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_bluetooth_info.html
author Dominic Pinkman <dominic.pinkman@nokia.com>
Fri, 13 Aug 2010 16:47:46 +0100
changeset 14 578be2adaf3e
parent 6 43e37759235e
permissions -rw-r--r--
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>TB9.2 Example Applications: TBluetoothInfo Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="contents">
<h1>TBluetoothInfo Class Reference</h1><!-- doxytag: class="TBluetoothInfo" -->
<p><a href="class_t_bluetooth_info-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_bluetooth_info.html#a59a19de4516b0b6a1dc5b00a583184d5">TBluetoothInfo</a> (TDes &amp;aName, TDes &amp;aAddress)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_bluetooth_info.html#a617ecc3e977de7578be598e50644252e">GetDeviceName</a> (TDes &amp;aName)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_bluetooth_info.html#ac49072f87f7d2b6f499538ac3c23d37f">GetAddressHex</a> (TDes &amp;aAddress)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_bluetooth_info.html#aa3b86f9b26d95e210a052aa1befb9c98">SetDeviceName</a> (TDes &amp;aName)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_bluetooth_info.html#aa9c7ffc43690b37eaaed402349e6cf30">SetAddressHex</a> (TDes &amp;aAddress)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p><a class="el" href="class_t_bluetooth_info.html">TBluetoothInfo</a> represents Bluetooth device's data. </p>

<p>Definition at line <a class="el" href="bluetoothinfo_8h_source.html#l00018">18</a> of file <a class="el" href="bluetoothinfo_8h_source.html">bluetoothinfo.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a59a19de4516b0b6a1dc5b00a583184d5"></a><!-- doxytag: member="TBluetoothInfo::TBluetoothInfo" ref="a59a19de4516b0b6a1dc5b00a583184d5" args="(TDes &amp;aName, TDes &amp;aAddress)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">TBluetoothInfo::TBluetoothInfo </td>
          <td>(</td>
          <td class="paramtype">TDes &amp;&nbsp;</td>
          <td class="paramname"> <em>aName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">TDes &amp;&nbsp;</td>
          <td class="paramname"> <em>aAddress</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p><a class="el" href="class_t_bluetooth_info.html#a59a19de4516b0b6a1dc5b00a583184d5">TBluetoothInfo()</a></p>
<p>discussion Destructor. param aName is the name of a bluetooth device. param aAddress is the address of a bluetooth device. </p>

<p>Definition at line <a class="el" href="bluetoothinfo_8cpp_source.html#l00013">13</a> of file <a class="el" href="bluetoothinfo_8cpp_source.html">bluetoothinfo.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a617ecc3e977de7578be598e50644252e"></a><!-- doxytag: member="TBluetoothInfo::GetDeviceName" ref="a617ecc3e977de7578be598e50644252e" args="(TDes &amp;aName)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TBluetoothInfo::GetDeviceName </td>
          <td>(</td>
          <td class="paramtype">TDes &amp;&nbsp;</td>
          <td class="paramname"> <em>aName</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p><a class="el" href="class_t_bluetooth_info.html#a617ecc3e977de7578be598e50644252e">GetDeviceName()</a></p>
<p>discussion Gets name of bluetooth device. param aName is a reference which the name of a bluetooth device is copied </p>

<p>Definition at line <a class="el" href="bluetoothinfo_8cpp_source.html#l00025">25</a> of file <a class="el" href="bluetoothinfo_8cpp_source.html">bluetoothinfo.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ac49072f87f7d2b6f499538ac3c23d37f"></a><!-- doxytag: member="TBluetoothInfo::GetAddressHex" ref="ac49072f87f7d2b6f499538ac3c23d37f" args="(TDes &amp;aAddress)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TBluetoothInfo::GetAddressHex </td>
          <td>(</td>
          <td class="paramtype">TDes &amp;&nbsp;</td>
          <td class="paramname"> <em>aAddress</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>void <a class="el" href="class_t_bluetooth_info.html#ac49072f87f7d2b6f499538ac3c23d37f">GetAddressHex()</a></p>
<p>discussion Gets address of bluetooth device. param aAddress is the reference which the address of a bluetooth device is copied. </p>

<p>Definition at line <a class="el" href="bluetoothinfo_8cpp_source.html#l00035">35</a> of file <a class="el" href="bluetoothinfo_8cpp_source.html">bluetoothinfo.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="aa3b86f9b26d95e210a052aa1befb9c98"></a><!-- doxytag: member="TBluetoothInfo::SetDeviceName" ref="aa3b86f9b26d95e210a052aa1befb9c98" args="(TDes &amp;aName)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TBluetoothInfo::SetDeviceName </td>
          <td>(</td>
          <td class="paramtype">TDes &amp;&nbsp;</td>
          <td class="paramname"> <em>aName</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p><a class="el" href="class_t_bluetooth_info.html#aa3b86f9b26d95e210a052aa1befb9c98">SetDeviceName()</a></p>
<p>discussion Sets the name of a bluetooth device param aName is the name of a bluetooth device </p>

<p>Definition at line <a class="el" href="bluetoothinfo_8cpp_source.html#l00046">46</a> of file <a class="el" href="bluetoothinfo_8cpp_source.html">bluetoothinfo.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="aa9c7ffc43690b37eaaed402349e6cf30"></a><!-- doxytag: member="TBluetoothInfo::SetAddressHex" ref="aa9c7ffc43690b37eaaed402349e6cf30" args="(TDes &amp;aAddress)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TBluetoothInfo::SetAddressHex </td>
          <td>(</td>
          <td class="paramtype">TDes &amp;&nbsp;</td>
          <td class="paramname"> <em>aAddress</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p><a class="el" href="class_t_bluetooth_info.html#aa9c7ffc43690b37eaaed402349e6cf30">SetAddressHex()</a></p>
<p>discussion Sets the address of a bluetooth device. param aAddress is the address of a device </p>

<p>Definition at line <a class="el" href="bluetoothinfo_8cpp_source.html#l00056">56</a> of file <a class="el" href="bluetoothinfo_8cpp_source.html">bluetoothinfo.cpp</a>.</p>

</div>
</div>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
</body>
</html>