Cronous Emulation Server Daemon

TCPSocketHandler.wants_reading_notification Method 

Check whether the socket wants to process reading.

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

Return Value

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

See Also

TCPSocketHandler Class | croemud.connection Namespace