twisted.internet.iocpreactor.interfaces.IWriteHandle(Interface)
interface documentationtwisted.internet.iocpreactor.interfaces
View Source
(View In Hierarchy)
Known subclasses: twisted.internet.iocpreactor.interfaces.IReadWriteHandle
Method | writeToHandle | Write the given buffer to this handle. |
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) |