interface documentation

Undocumented

Method writeToHandle Write the given buffer to this handle.
def writeToHandle(buff, evt): (source)

Write the given buffer to this handle.

Parameters
buff:any object implementing the buffer protocolthe buffer to write
evtan IOCP Event object
Returns
tuple (return code, number of bytes written)