src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html

branch
mpy_network
changeset 9863
5f2377b32716
parent 9860
d34667faa686
child 10090
8be7dd9460c5
equal deleted inserted replaced
9861:0f5f5b4500dc 9863:5f2377b32716
73 <tr> 73 <tr>
74 <td><a href="#BluetoothAdvertisement.address">address</a></td> 74 <td><a href="#BluetoothAdvertisement.address">address</a></td>
75 <td>Public method to get the address string.</td> 75 <td>Public method to get the address string.</td>
76 </tr> 76 </tr>
77 <tr> 77 <tr>
78 <td><a href="#BluetoothAdvertisement.completeName">completeName</a></td>
79 <td>Public method to get the complete advertised name, if available.</td>
80 </tr>
81 <tr>
78 <td><a href="#BluetoothAdvertisement.manufacturer">manufacturer</a></td> 82 <td><a href="#BluetoothAdvertisement.manufacturer">manufacturer</a></td>
79 <td>Public method to get the manufacturer data.</td> 83 <td>Public method to get the manufacturer data.</td>
80 </tr> 84 </tr>
81 <tr> 85 <tr>
82 <td><a href="#BluetoothAdvertisement.name">name</a></td> 86 <td><a href="#BluetoothAdvertisement.name">name</a></td>
87 <td>Public method to get the RSSI value.</td> 91 <td>Public method to get the RSSI value.</td>
88 </tr> 92 </tr>
89 <tr> 93 <tr>
90 <td><a href="#BluetoothAdvertisement.services">services</a></td> 94 <td><a href="#BluetoothAdvertisement.services">services</a></td>
91 <td>Public method to get the service IDs.</td> 95 <td>Public method to get the service IDs.</td>
96 </tr>
97 <tr>
98 <td><a href="#BluetoothAdvertisement.shortName">shortName</a></td>
99 <td>Public method to get the shortened advertised name, if available.</td>
92 </tr> 100 </tr>
93 <tr> 101 <tr>
94 <td><a href="#BluetoothAdvertisement.txPower">txPower</a></td> 102 <td><a href="#BluetoothAdvertisement.txPower">txPower</a></td>
95 <td>Public method to get the advertised power level in dBm.</td> 103 <td>Public method to get the advertised power level in dBm.</td>
96 </tr> 104 </tr>
211 <dt>Return Type:</dt> 219 <dt>Return Type:</dt>
212 <dd> 220 <dd>
213 str 221 str
214 </dd> 222 </dd>
215 </dl> 223 </dl>
224 <a NAME="BluetoothAdvertisement.completeName" ID="BluetoothAdvertisement.completeName"></a>
225 <h4>BluetoothAdvertisement.completeName</h4>
226 <b>completeName</b>(<i></i>)
227
228 <p>
229 Public method to get the complete advertised name, if available.
230 </p>
231 <dl>
232 <dt>Return:</dt>
233 <dd>
234 advertised name
235 </dd>
236 </dl>
237 <dl>
238 <dt>Return Type:</dt>
239 <dd>
240 str
241 </dd>
242 </dl>
216 <a NAME="BluetoothAdvertisement.manufacturer" ID="BluetoothAdvertisement.manufacturer"></a> 243 <a NAME="BluetoothAdvertisement.manufacturer" ID="BluetoothAdvertisement.manufacturer"></a>
217 <h4>BluetoothAdvertisement.manufacturer</h4> 244 <h4>BluetoothAdvertisement.manufacturer</h4>
218 <b>manufacturer</b>(<i>filterId=None, withName=False</i>) 245 <b>manufacturer</b>(<i>filterId=None, withName=False</i>)
219 246
220 <p> 247 <p>
301 <dt>Return Type:</dt> 328 <dt>Return Type:</dt>
302 <dd> 329 <dd>
303 list of tuple of (str, bool) 330 list of tuple of (str, bool)
304 </dd> 331 </dd>
305 </dl> 332 </dl>
333 <a NAME="BluetoothAdvertisement.shortName" ID="BluetoothAdvertisement.shortName"></a>
334 <h4>BluetoothAdvertisement.shortName</h4>
335 <b>shortName</b>(<i></i>)
336
337 <p>
338 Public method to get the shortened advertised name, if available.
339 </p>
340 <dl>
341 <dt>Return:</dt>
342 <dd>
343 advertised name
344 </dd>
345 </dl>
346 <dl>
347 <dt>Return Type:</dt>
348 <dd>
349 str
350 </dd>
351 </dl>
306 <a NAME="BluetoothAdvertisement.txPower" ID="BluetoothAdvertisement.txPower"></a> 352 <a NAME="BluetoothAdvertisement.txPower" ID="BluetoothAdvertisement.txPower"></a>
307 <h4>BluetoothAdvertisement.txPower</h4> 353 <h4>BluetoothAdvertisement.txPower</h4>
308 <b>txPower</b>(<i></i>) 354 <b>txPower</b>(<i></i>)
309 355
310 <p> 356 <p>

eric ide

mercurial