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

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

Read into the given buffers from this handle.

Parametersbuffthe 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 at 2015-05-24 20:04:00.