PySide6.QtRemoteObjects.QConnectionAbstractServer

class QConnectionAbstractServer

PySide6.QtRemoteObjects.QConnectionAbstractServer 的继承图

概要

方法

虚拟方法

信号

注意

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。

详细描述

__init__([parent=None])
Parameters:

父对象QObject

abstract address()
Return type:

QUrl

abstract close()
abstract configureNewConnection()
Return type:

QtROServerIoDevice

abstract hasPendingConnections()
Return type:

布尔

abstract listen(address)
Parameters:

地址QUrl

Return type:

布尔

newConnection()
nextPendingConnection()
Return type:

QtROServerIoDevice

abstract serverError()
Return type:

SocketError