Cronous Emulation Server Daemon

TCPServerSocket.wants_writing_notification Method 

Check whether the socket wants to process writing.

[Visual Basic]
Public Function wants_writing_notification() As Boolean
[C#]
public bool wants_writing_notification();
[C++]
public: bool wants_writing_notification();
[JScript]
public function wants_writing_notification(): bool;

Return Value

true if the socket wants to process writing, false otherwise.

See Also

TCPServerSocket Class | croemud.connection Namespace