Network configuration |
include/network/provider/provider.ycp |
Provider dialogs | |
|
|
This module has an unstable interface. |
Imports
Includes
Local Functions |
local
ProviderInfoText ()
->
string
Build provider info text.
- Return value:
-
provider info text
local
ProviderDialog ()
->
any
Provider dialog
- Return value:
-
dialog result
local
tonline2username ()
->
void
Create T-Online username from LineID, T-OnlineNo and UserCode
It's concatenation of LineID (12 digits), T-OnlineNo (12 digits, if less, then with appended '#', the user code (4 digits) and finally of the string "@t-online.de" if the type is "dsl".
local
username2tonline ()
->
void
Split username to LineID, T-OnlineNo and UserCode
- See
-
tonline2username