interface documentation

class twisted.internet.iocpreactor.interfaces.IReadHandle(Interface): (source)

Known subclasses: twisted.internet.iocpreactor.interfaces.IReadWriteHandle

View In Hierarchy

Undocumented

Method readFromHandle Read into the given buffers from this handle.
def readFromHandle(bufflist, evt): (source)

Read into the given buffers from this handle.

Parametersbufflistthe buffers to read into (type: list of objects implementing the read/write buffer protocol)
evtan IOCP Event object
Returnstuple (return code, number of bytes read)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.