PySide6.QtRemoteObjects.QtROIoDeviceBase¶
- class QtROIoDeviceBase¶
- 
Inherited by: QtROServerIoDevice,QtROClientIoDeviceSynopsis¶Methods¶- def - __init__()
- def - addSource()
- def - isClosing()
- def - read()
- def - remoteObjects()
- def - removeSource()
 Virtual methods¶- def - bytesAvailable()
- def - close()
- def - connection()
- def - deviceType()
- def - doClose()
- def - isOpen()
- def - write()
 Signals¶- def - disconnected()
- def - readyRead()
 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¶- addSource(arg__1)¶
- Parameters:
- arg__1 – str 
 
 - bytesAvailable()¶
- Return type:
- int 
 
 - close()¶
 - abstract deviceType()¶
- Return type:
- str 
 
 - disconnected()¶
 - abstract doClose()¶
 - initializeDataStream()¶
 - isClosing()¶
- Return type:
- bool 
 
 - isOpen()¶
- Return type:
- bool 
 
 - read(arg__1, arg__2)¶
- Parameters:
- arg__1 – - QRemoteObjectPacketTypeEnum
- arg__2 – str 
 
- Return type:
- bool 
 
 - readyRead()¶
 - remoteObjects()¶
- Return type:
- .QSetQString 
 
 - removeSource(arg__1)¶
- Parameters:
- arg__1 – str 
 
 - write(data)¶
- Parameters:
- data – - QByteArray
 
 - write(data, arg__2)
- Parameters:
- data – - QByteArray
- arg__2 – int