#include <tevent.h>
Inheritance diagram for SmartSockets::SocketEvent::
Public Methods | |
sock | getSocket () throw (TipcException) |
T_IO_CHECK_MODE | getCheckMode () throw (TipcException) |
Friends | |
class T_IPCX_API | TipcDispatcher |
class T_IPCX_API | TipcDispatcherTraverser |
Caution:
When an event is created or destroyed from a thread other than the thread dispatching the events, a user event is added to the dispatcher to perform the actual creation or destruction. To ensure that event data, such as a socket or a connection, is not destroyed before the event is removed from the dispatcher, create a user event to destroy the event and to perform any necessary cleanup.
This class contains the SocketEventHandler object and method that is called by the TipcDispatcher when this event is triggered.
|
Gets the IO operation associated with the event.
|
|
Gets the socket associated with the event.
|