interface documentation

Undocumented

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

Read into the given buffers from this handle.

Parameters
bufflist:list of objects implementing the read/write buffer protocolthe buffers to read into
evtan IOCP Event object
Returns
tuple (return code, number of bytes read)