wxDialUpEventThis is the event class for the dialup events sent by wxDialUpManager. Derived from Include files <wx/dialup.h> Members
wxDialUpEvent::wxDialUpEvent
wxDialUpEvent::wxDialUpEventwxDialUpEvent(bool isConnected, bool isOwnEvent) Constructor is only used by wxDialUpManager.
wxDialUpEvent::IsConnectedEventbool IsConnectedEvent() const Is this a CONNECTED or DISCONNECTED event? In other words, does it notify about transition from offline to online state or vice versa?
wxDialUpEvent::IsOwnEventbool IsOwnEvent() const Does this event come from wxDialUpManager::Dial() or from some extrenal process (i.e. does it result from our own attempt to establish the connection)?
|