YaST2 Developers Documentation: Configuration of network

Configuration of network

include/network/isdn/lowlovel.ycp
ISDN configuration dialogs

This module has an unstable interface.

Imports

  • CWM
  • ISDN
  • Label
  • Popup
  • Wizard

Includes

  • network/isdn/routines.ycp
  • network/widgets.ycp

Local Functions

local ISDNCards4Vendor (integer vendor, integer defcard) -> list<term>

Helper to create a SelectionBox item list of ISDN cards for a specific vendor

Parameters:
vendor
defcard
Return value:
item list: list
local SelectISDNCard () -> any

Dialog to select a Card from the database return dialog result

local Card_Parameter (map drv) -> term

Dialog for ISDN Parameters

Parameters:
drv
Return value:
with dialog data
local EnableProtocols (map drv) -> void

Helper enables protocols depending on driver

Parameters:
drv
local create_drv_term (list drv, string desc) -> term

Helper creates a Combobox with a description label to select a driver from list drv. The label is the description of the current selected driver.

Parameters:
drv
desc
Return value:
of the created box
local isdn_lowlevel () -> any

Main dialog to select a driver and setup the ISDN parameter If needed HW parameter can be set Line parameter like AREACODE and DIALPREFIX can be entered. return dialog result