Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_bluetooth_info.html
changeset 6 43e37759235e
equal deleted inserted replaced
5:f345bda72bc4 6:43e37759235e
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     2 <html xmlns="http://www.w3.org/1999/xhtml">
       
     3 <head>
       
     4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
       
     5 <title>TB9.2 Example Applications: TBluetoothInfo Class Reference</title>
       
     6 <link href="tabs.css" rel="stylesheet" type="text/css"/>
       
     7 <link href="doxygen.css" rel="stylesheet" type="text/css"/>
       
     8 </head>
       
     9 <body>
       
    10 <!-- Generated by Doxygen 1.6.2 -->
       
    11 <div class="contents">
       
    12 <h1>TBluetoothInfo Class Reference</h1><!-- doxytag: class="TBluetoothInfo" -->
       
    13 <p><a href="class_t_bluetooth_info-members.html">List of all members.</a></p>
       
    14 <table border="0" cellpadding="0" cellspacing="0">
       
    15 <tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
       
    16 <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>
       
    17 <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>
       
    18 <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>
       
    19 <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>
       
    20 <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>
       
    21 </table>
       
    22 <hr/><a name="_details"></a><h2>Detailed Description</h2>
       
    23 <p><a class="el" href="class_t_bluetooth_info.html">TBluetoothInfo</a> represents Bluetooth device's data. </p>
       
    24 
       
    25 <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>
       
    26 <hr/><h2>Constructor &amp; Destructor Documentation</h2>
       
    27 <a class="anchor" id="a59a19de4516b0b6a1dc5b00a583184d5"></a><!-- doxytag: member="TBluetoothInfo::TBluetoothInfo" ref="a59a19de4516b0b6a1dc5b00a583184d5" args="(TDes &amp;aName, TDes &amp;aAddress)" -->
       
    28 <div class="memitem">
       
    29 <div class="memproto">
       
    30       <table class="memname">
       
    31         <tr>
       
    32           <td class="memname">TBluetoothInfo::TBluetoothInfo </td>
       
    33           <td>(</td>
       
    34           <td class="paramtype">TDes &amp;&nbsp;</td>
       
    35           <td class="paramname"> <em>aName</em>, </td>
       
    36         </tr>
       
    37         <tr>
       
    38           <td class="paramkey"></td>
       
    39           <td></td>
       
    40           <td class="paramtype">TDes &amp;&nbsp;</td>
       
    41           <td class="paramname"> <em>aAddress</em></td><td>&nbsp;</td>
       
    42         </tr>
       
    43         <tr>
       
    44           <td></td>
       
    45           <td>)</td>
       
    46           <td></td><td></td><td></td>
       
    47         </tr>
       
    48       </table>
       
    49 </div>
       
    50 <div class="memdoc">
       
    51 <p><a class="el" href="class_t_bluetooth_info.html#a59a19de4516b0b6a1dc5b00a583184d5">TBluetoothInfo()</a></p>
       
    52 <p>discussion Destructor. param aName is the name of a bluetooth device. param aAddress is the address of a bluetooth device. </p>
       
    53 
       
    54 <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>
       
    55 
       
    56 </div>
       
    57 </div>
       
    58 <hr/><h2>Member Function Documentation</h2>
       
    59 <a class="anchor" id="a617ecc3e977de7578be598e50644252e"></a><!-- doxytag: member="TBluetoothInfo::GetDeviceName" ref="a617ecc3e977de7578be598e50644252e" args="(TDes &amp;aName)" -->
       
    60 <div class="memitem">
       
    61 <div class="memproto">
       
    62       <table class="memname">
       
    63         <tr>
       
    64           <td class="memname">void TBluetoothInfo::GetDeviceName </td>
       
    65           <td>(</td>
       
    66           <td class="paramtype">TDes &amp;&nbsp;</td>
       
    67           <td class="paramname"> <em>aName</em></td>
       
    68           <td>&nbsp;)&nbsp;</td>
       
    69           <td></td>
       
    70         </tr>
       
    71       </table>
       
    72 </div>
       
    73 <div class="memdoc">
       
    74 <p><a class="el" href="class_t_bluetooth_info.html#a617ecc3e977de7578be598e50644252e">GetDeviceName()</a></p>
       
    75 <p>discussion Gets name of bluetooth device. param aName is a reference which the name of a bluetooth device is copied </p>
       
    76 
       
    77 <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>
       
    78 
       
    79 </div>
       
    80 </div>
       
    81 <a class="anchor" id="ac49072f87f7d2b6f499538ac3c23d37f"></a><!-- doxytag: member="TBluetoothInfo::GetAddressHex" ref="ac49072f87f7d2b6f499538ac3c23d37f" args="(TDes &amp;aAddress)" -->
       
    82 <div class="memitem">
       
    83 <div class="memproto">
       
    84       <table class="memname">
       
    85         <tr>
       
    86           <td class="memname">void TBluetoothInfo::GetAddressHex </td>
       
    87           <td>(</td>
       
    88           <td class="paramtype">TDes &amp;&nbsp;</td>
       
    89           <td class="paramname"> <em>aAddress</em></td>
       
    90           <td>&nbsp;)&nbsp;</td>
       
    91           <td></td>
       
    92         </tr>
       
    93       </table>
       
    94 </div>
       
    95 <div class="memdoc">
       
    96 <p>void <a class="el" href="class_t_bluetooth_info.html#ac49072f87f7d2b6f499538ac3c23d37f">GetAddressHex()</a></p>
       
    97 <p>discussion Gets address of bluetooth device. param aAddress is the reference which the address of a bluetooth device is copied. </p>
       
    98 
       
    99 <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>
       
   100 
       
   101 </div>
       
   102 </div>
       
   103 <a class="anchor" id="aa3b86f9b26d95e210a052aa1befb9c98"></a><!-- doxytag: member="TBluetoothInfo::SetDeviceName" ref="aa3b86f9b26d95e210a052aa1befb9c98" args="(TDes &amp;aName)" -->
       
   104 <div class="memitem">
       
   105 <div class="memproto">
       
   106       <table class="memname">
       
   107         <tr>
       
   108           <td class="memname">void TBluetoothInfo::SetDeviceName </td>
       
   109           <td>(</td>
       
   110           <td class="paramtype">TDes &amp;&nbsp;</td>
       
   111           <td class="paramname"> <em>aName</em></td>
       
   112           <td>&nbsp;)&nbsp;</td>
       
   113           <td></td>
       
   114         </tr>
       
   115       </table>
       
   116 </div>
       
   117 <div class="memdoc">
       
   118 <p><a class="el" href="class_t_bluetooth_info.html#aa3b86f9b26d95e210a052aa1befb9c98">SetDeviceName()</a></p>
       
   119 <p>discussion Sets the name of a bluetooth device param aName is the name of a bluetooth device </p>
       
   120 
       
   121 <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>
       
   122 
       
   123 </div>
       
   124 </div>
       
   125 <a class="anchor" id="aa9c7ffc43690b37eaaed402349e6cf30"></a><!-- doxytag: member="TBluetoothInfo::SetAddressHex" ref="aa9c7ffc43690b37eaaed402349e6cf30" args="(TDes &amp;aAddress)" -->
       
   126 <div class="memitem">
       
   127 <div class="memproto">
       
   128       <table class="memname">
       
   129         <tr>
       
   130           <td class="memname">void TBluetoothInfo::SetAddressHex </td>
       
   131           <td>(</td>
       
   132           <td class="paramtype">TDes &amp;&nbsp;</td>
       
   133           <td class="paramname"> <em>aAddress</em></td>
       
   134           <td>&nbsp;)&nbsp;</td>
       
   135           <td></td>
       
   136         </tr>
       
   137       </table>
       
   138 </div>
       
   139 <div class="memdoc">
       
   140 <p><a class="el" href="class_t_bluetooth_info.html#aa9c7ffc43690b37eaaed402349e6cf30">SetAddressHex()</a></p>
       
   141 <p>discussion Sets the address of a bluetooth device. param aAddress is the address of a device </p>
       
   142 
       
   143 <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>
       
   144 
       
   145 </div>
       
   146 </div>
       
   147 </div>
       
   148 <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
       
   149 <a href="http://www.doxygen.org/index.html">
       
   150 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
       
   151 </body>
       
   152 </html>