Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtBluetooth »

Classe « QBluetoothServiceDiscoveryAgent »

Informations générales

Héritage

builtins.object
    Object
        QObject
            QBluetoothServiceDiscoveryAgent

Définition

class QBluetoothServiceDiscoveryAgent(QObject):

Description [extrait de QBluetoothServiceDiscoveryAgent.__doc__]

QBluetoothServiceDiscoveryAgent(self, deviceAdapter: PySide6.QtBluetooth.QBluetoothAddress, parent: Optional[PySide6.QtCore.QObject] = None) -> None
QBluetoothServiceDiscoveryAgent(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
FullDiscoveryPySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode.FullDiscovery
InputOutputErrorPySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.InputOutputError
InvalidBluetoothAdapterErrorPySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.InvalidBluetoothAdapterError
MinimalDiscoveryPySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode.MinimalDiscovery
NoErrorPySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.NoError
PoweredOffErrorPySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.PoweredOffError
staticMetaObject<PySide6.QtCore.QMetaObject object at 0x7f40e2558080>
UnknownErrorPySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.UnknownError

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
canceled
clear(self) -> None clear(self) -> None [extrait de clear.__doc__]
destroyed
discoveredServices(self) -> List[PySide6.QtBluetooth.QBluetoothServiceInfo] discoveredServices(self) -> List[PySide6.QtBluetooth.QBluetoothServiceInfo] [extrait de discoveredServices.__doc__]
DiscoveryMode
Error
error(self) -> PySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.Error error(self) -> PySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.Error [extrait de error.__doc__]
errorOccurred
errorString(self) -> str errorString(self) -> str [extrait de errorString.__doc__]
finished
isActive(self) -> bool isActive(self) -> bool [extrait de isActive.__doc__]
objectNameChanged
remoteAddress(self) -> PySide6.QtBluetooth.QBluetoothAddress remoteAddress(self) -> PySide6.QtBluetooth.QBluetoothAddress [extrait de remoteAddress.__doc__]
serviceDiscovered
setRemoteAddress(self, address: PySide6.QtBluetooth.QBluetoothAddress) -> bool setRemoteAddress(self, address: PySide6.QtBluetooth.QBluetoothAddress) -> bool [extrait de setRemoteAddress.__doc__]
setUuidFilter setUuidFilter(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 [extrait de setUuidFilter.__doc__]
start(self, mode: PySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode = PySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode.MinimalDiscovery) -> None start(self, mode: PySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode = PySide6.QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode.MinimalDiscovery) -> None [extrait de start.__doc__]
stop(self) -> None stop(self) -> None [extrait de stop.__doc__]
tr
uuidFilter(self) -> List[PySide6.QtBluetooth.QBluetoothUuid] uuidFilter(self) -> List[PySide6.QtBluetooth.QBluetoothUuid] [extrait de uuidFilter.__doc__]

Méthodes héritées de la classe QObject

__getattribute__, __init_subclass__, __repr__, __subclasshook__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent

Méthodes héritées de la classe Object

__getattribute__, __init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__