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 « QBluetoothServer »

Informations générales

Héritage

builtins.object
    Object
        QObject
            QBluetoothServer

Définition

class QBluetoothServer(QObject):

Description [extrait de QBluetoothServer.__doc__]

QBluetoothServer(self, serverType: PySide6.QtBluetooth.QBluetoothServiceInfo.Protocol, 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__]
__init__(self, serverType: PySide6.QtBluetooth.QBluetoothServiceInfo.Protocol, parent: Optional[PySide6.QtCore.QObject] = None) -> None __init__(self, serverType: PySide6.QtBluetooth.QBluetoothServiceInfo.Protocol, parent: Optional[PySide6.QtCore.QObject] = None) -> None [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
InputOutputErrorPySide6.QtBluetooth.QBluetoothServer.Error.InputOutputError
NoErrorPySide6.QtBluetooth.QBluetoothServer.Error.NoError
PoweredOffErrorPySide6.QtBluetooth.QBluetoothServer.Error.PoweredOffError
ServiceAlreadyRegisteredErrorPySide6.QtBluetooth.QBluetoothServer.Error.ServiceAlreadyRegisteredError
staticMetaObject<PySide6.QtCore.QMetaObject object at 0x7f40e2571280>
UnknownErrorPySide6.QtBluetooth.QBluetoothServer.Error.UnknownError
UnsupportedProtocolErrorPySide6.QtBluetooth.QBluetoothServer.Error.UnsupportedProtocolError

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__]
close(self) -> None close(self) -> None [extrait de close.__doc__]
destroyed
Error
error(self) -> PySide6.QtBluetooth.QBluetoothServer.Error error(self) -> PySide6.QtBluetooth.QBluetoothServer.Error [extrait de error.__doc__]
errorOccurred
hasPendingConnections(self) -> bool hasPendingConnections(self) -> bool [extrait de hasPendingConnections.__doc__]
isListening(self) -> bool isListening(self) -> bool [extrait de isListening.__doc__]
listen listen(self, address: PySide6.QtBluetooth.QBluetoothAddress = Default(QBluetoothAddress), port: int = 0) -> bool [extrait de listen.__doc__]
maxPendingConnections(self) -> int maxPendingConnections(self) -> int [extrait de maxPendingConnections.__doc__]
newConnection
nextPendingConnection(self) -> PySide6.QtBluetooth.QBluetoothSocket nextPendingConnection(self) -> PySide6.QtBluetooth.QBluetoothSocket [extrait de nextPendingConnection.__doc__]
objectNameChanged
securityFlags(self) -> PySide6.QtBluetooth.QBluetooth.SecurityFlags securityFlags(self) -> PySide6.QtBluetooth.QBluetooth.SecurityFlags [extrait de securityFlags.__doc__]
serverAddress(self) -> PySide6.QtBluetooth.QBluetoothAddress serverAddress(self) -> PySide6.QtBluetooth.QBluetoothAddress [extrait de serverAddress.__doc__]
serverPort(self) -> int serverPort(self) -> int [extrait de serverPort.__doc__]
serverType(self) -> PySide6.QtBluetooth.QBluetoothServiceInfo.Protocol serverType(self) -> PySide6.QtBluetooth.QBluetoothServiceInfo.Protocol [extrait de serverType.__doc__]
setMaxPendingConnections(self, numConnections: int) -> None setMaxPendingConnections(self, numConnections: int) -> None [extrait de setMaxPendingConnections.__doc__]
setSecurityFlags(self, security: PySide6.QtBluetooth.QBluetooth.SecurityFlags) -> None setSecurityFlags(self, security: PySide6.QtBluetooth.QBluetooth.SecurityFlags) -> None [extrait de setSecurityFlags.__doc__]
tr

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__