BluetoothHostInfo
Qt Base Class: QBluetoothHostInfo
Signature: QBluetoothHostInfo(self) -> None
QBluetoothHostInfo(self, other: PySide6.QtBluetooth.QBluetoothHostInfo) -> None
Base classes
Name | Children | Inherits |
---|---|---|
QBluetoothHostInfo PySide6.QtBluetooth QBluetoothHostInfo(self) -> None |
⋔ Inheritance diagram
graph TD
1473367556096["bluetooth.BluetoothHostInfo"]
1473367232656["QtBluetooth.QBluetoothHostInfo"]
1473291690208["Shiboken.Object"]
140713234304496["builtins.object"]
1473367232656 --> 1473367556096
1473291690208 --> 1473367232656
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: QBluetoothHostInfo
Encapsulates the details of a local QBluetooth device.
Source code in prettyqt\bluetooth\bluetoothhostinfo.py
get_address() -> bluetooth.BluetoothAddress
set_address(address: bluetooth.QBluetoothAddress | int | str)
Set address to given value.