#include <wx/dialup.h>

This is the event class for the dialup events sent by wxDialUpManager.
Public Member Functions | |
| 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. | |
| wxDialUpEvent::wxDialUpEvent | ( | bool | isConnected, | |
| bool | isOwnEvent | |||
| ) |
Constructor is only used by wxDialUpManager.
| bool wxDialUpEvent::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 wxDialUpEvent::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)?
|
[ top ] |