Part of twisted.internet.iocpreactor.interfaces View Source View In Hierarchy
Known subclasses: twisted.internet.iocpreactor.interfaces.IReadWriteHandle
Method | writeToHandle | Write the given buffer to this handle. |
Parameters | buff | the buffer to write (type: any object implementing the buffer protocol) |
evt | an IOCP Event object | |
Returns | tuple (return code, number of bytes written) |