QBluetoothServer¶
- PyQt5.QtBluetooth.QBluetoothServer
Inherits from QObject.
Description¶
TODO
Enums¶
- Error
TODO
Member
Value
Description
InputOutputError TODO
TODO
NoError TODO
TODO
PoweredOffError TODO
TODO
ServiceAlreadyRegisteredError TODO
TODO
UnknownError TODO
TODO
UnsupportedProtocolError TODO
TODO
Methods¶
- close()
TODO
- error() Error
TODO
- hasPendingConnections() bool
TODO
- isListening() bool
TODO
- listen(address: QBluetoothAddress = QBluetoothAddress(), port: int = 0) bool
TODO
- listen(QBluetoothUuid, serviceName: str = '') QBluetoothServiceInfo
TODO
- maxPendingConnections() int
TODO
- nextPendingConnection() QBluetoothSocket
TODO
- securityFlags() SecurityFlags
TODO
- serverAddress() QBluetoothAddress
TODO
- serverPort() int
TODO
- serverType() Protocol
TODO
- setMaxPendingConnections(int)
TODO
- setSecurityFlags(Union[SecurityFlags, Security])
TODO
Signals¶
- error()
TODO
- error(Error)
TODO
- newConnection()
TODO