BluetoothUuid
Qt Base Class: QBluetoothUuid
Signature: QBluetoothUuid(self) -> None
QBluetoothUuid(self, uuid: PySide6.QtBluetooth.QBluetoothUuid.CharacteristicType) -> None
QBluetoothUuid(self, uuid: PySide6.QtBluetooth.QBluetoothUuid.DescriptorType) -> None
QBluetoothUuid(self, uuid: PySide6.QtBluetooth.QBluetoothUuid.ProtocolUuid) -> None
QBluetoothUuid(self, uuid: PySide6.QtBluetooth.QBluetoothUuid.ServiceClassUuid) -> None
QBluetoothUuid(self, uuid: PySide6.QtCore.QUuid) -> None
QBluetoothUuid(self, uuid: str) -> None
QBluetoothUuid(self, uuid: int) -> None
QBluetoothUuid(self, uuid: int) -> None
QBluetoothUuid(self, uuid: Union[PySide6.QtBluetooth.QBluetoothUuid, PySide6.QtBluetooth.QBluetoothUuid.CharacteristicType, PySide6.QtBluetooth.QBluetoothUuid.DescriptorType, PySide6.QtBluetooth.QBluetoothUuid.ProtocolUuid, PySide6.QtBluetooth.QBluetoothUuid.ServiceClassUuid, PySide6.QtCore.QUuid]) -> None
Base classes
Name | Children | Inherits |
---|---|---|
UuidMixin prettyqt.core.uuid |
||
QBluetoothUuid PySide6.QtBluetooth QBluetoothUuid(self) -> None |
⋔ Inheritance diagram
graph TD
1473367541456["bluetooth.BluetoothUuid"]
1473299804288["core.UuidMixin"]
140713234304496["builtins.object"]
1473367198496["QtBluetooth.QBluetoothUuid"]
1473243708096["QtCore.QUuid"]
1473291690208["Shiboken.Object"]
1473299804288 --> 1473367541456
140713234304496 --> 1473299804288
1473367198496 --> 1473367541456
1473243708096 --> 1473367198496
1473291690208 --> 1473243708096
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: UuidMixin
, QBluetoothUuid
Generates a UUID for each Bluetooth service.
Source code in prettyqt\bluetooth\bluetoothuuid.py
characteristic_to_string(characteristic: CharacteristicTypeStr | md) -> str
classmethod
Return string representation for given characteristic.
Source code in prettyqt\bluetooth\bluetoothuuid.py
descriptor_to_string(descriptor: DescriptorTypeStr | dt) -> str
classmethod
Return string representation for given descriptor.
protocol_to_string(protocol: ProtocolUuidstr | pu) -> str
classmethod
Return string representation for given protocol.
service_class_to_string(service_class: DescriptorTypeStr | su) -> str
classmethod
Return string representation for given service class.