ISelectClient.handle

I/O event handler

class ISelectClient
abstract
bool
handle

Parameters

event Event

identifier of I/O event that just occured on the device

Return Value

Type: bool

true if the handler should be called again on next event occurrence or false if this instance should be unregistered from the SelectDispatcher.

Meta