Part of twisted.internet.iocpreactor.interfaces View Source View In Hierarchy
Known subclasses: twisted.internet.iocpreactor.interfaces.IReadWriteHandle
Method | readFromHandle | Read into the given buffers from this handle. |
Parameters | buff | the buffers to read into (type: list of objects implementing the read/write buffer protocol) |
evt | an IOCP Event object | |
Returns | tuple (return code, number of bytes read) |