Part of wader.common.dialers.wvdial View In Hierarchy
Method | __init__ | Undocumented |
Method | Connected | Undocumented |
Method | Disconnected | Undocumented |
Method | InvalidDNS | Undocumented |
Method | check_assumptions | Returns a list with all the assumptions not satisfied |
Method | check_permissions | Returns a list with all the permission problems |
Method | configure | Configures device with config
|
Method | connect | Connects to Internet |
Method | disconnect | Disconnects from Internet |
Returns a list with all the assumptions not satisfied
Its response is meant to be used as the input for an error dialog that will be shown at startup to inform about any potential errors or misconfigured filesReturns a list with all the permission problems
Its response is meant to be used as the input for an error dialog that will be shown at startup to inform about any potential errors or misconfigured filesConfigures device
with config
Connects to Internet
Returns aDeferred
that will be callbacked when
connected
Raises | wader.common.exceptions.AlreadyConnected | |
wader.common.exceptions.AlreadyConnecting |
Disconnects from Internet
Returns aDeferred
that will be callbacked when
disconnected