class QtROIoDeviceBase#

Inheritance diagram of PySide6.QtRemoteObjects.QtROIoDeviceBase

Inherited by: QtROServerIoDevice, QtROClientIoDevice

Synopsis#

Methods#

Virtual methods#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

__init__([parent=None])#
Parameters:

parentQObject

addSource(arg__1)#
Parameters:

arg__1 – str

bytesAvailable()#
Return type:

int

close()#
abstract connection()#
Return type:

QIODevice

abstract deviceType()#
Return type:

str

disconnected()#
abstract doClose()#
initializeDataStream()#
isClosing()#
Return type:

bool

isOpen()#
Return type:

bool

read(arg__1, arg__2)#
Parameters:
  • arg__1QRemoteObjectPacketTypeEnum

  • arg__2 – str

Return type:

bool

readyRead()#
remoteObjects()#
Return type:

.QSetQString

removeSource(arg__1)#
Parameters:

arg__1 – str

write(data)#
Parameters:

dataQByteArray

write(data, arg__2)
Parameters: