This is the event class for the dialup events sent by wxDialUpManager.
Derived from
Include files
<wx/dialup.h>
Members
wxDialUpEvent::wxDialUpEvent
wxDialUpEvent::IsConnectedEvent
wxDialUpEvent::IsOwnEvent
wxDialUpEvent(bool isConnected, bool isOwnEvent)
Constructor is only used by wxDialUpManager.
bool 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?
bool 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)?