wxSocketEventThis event class contains information about socket events. Derived from Include files <wx/socket.h> Event table macros To process a socket event, use these event handler macros to direct input to member functions that take a wxSocketEvent argument.
See also wxSocketBase, wxSocketClient, wxSocketServer Members
wxSocketEvent::wxSocketEvent
wxSocketEvent::wxSocketEventwxSocketEvent(int id = 0) Constructor.
wxSocketEvent::GetClientDatavoid * GetClientData() Gets the client data of the socket which generated this event, as set with wxSocketBase::SetClientData.
wxSocketEvent::GetSocketwxSocketBase * GetSocket() const Returns the socket object to which this event refers to. This makes it possible to use the same event handler for different sockets.
wxSocketEvent::GetSocketEventwxSocketNotify GetSocketEvent() const Returns the socket event type.
|