#include <events.h>
Inheritance diagram for ICQ2000::AddSocketHandleEvent::
Public Methods | |
AddSocketHandleEvent (int fd, Mode m) | |
Constructor for an add socket event. More... | |
Mode | getMode () const |
Get the mode of the socket handle. More... | |
bool | isRead () const |
Determine if READ selection is required. More... | |
bool | isWrite () const |
Determine if WRITE selection is required. More... | |
bool | isException () const |
Determine if EXCEPTION selection is required. More... |
This is used by the library to signal to the client that it should be selecting on this file descriptor, in the mode(s) described.
|
Constructor for an add socket event.
|
|
Get the mode of the socket handle. A client should preferably use the is... methods
|
|
Determine if EXCEPTION selection is required.
|
|
Determine if READ selection is required.
|
|
Determine if WRITE selection is required.
|