.\" This is a wxWidgets manpage page generated from the XML docs .TH wxSocketEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxSocketEvent \- A socket event .SH DESCRIPTION This event class contains information about socket events. .SH "PARENTS" wxEvent .SH "INCLUDE FILES" wx/socket.h .SH MEMBERS .SS wxSocketEvent (int id = 0) Constructor. .SS void * GetClientData () Gets the client data of the socket which generated this event, as set with wxSocketBase::SetClientData . .SS wxSocketBase * GetSocket () Returns the socket object to which this event refers to. This makes it possible to use the same event handler for different sockets. .SS wxSocketNotify GetSocketEvent () Returns the socket event type. .SH EVENTS .SS EVT_SOCKET(id, func) Process a socket event, supplying the member function. .SH "SEE ALSO" wxEvent wxSocketBase wxSocketClient wxSocketServer .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.