YaST2 Developers Documentation: Communication

Communication

modules/Fax.ycp
Configuration of a ISDN Fax machine

This module has an unstable interface.

Imports

  • Package
  • Users
  • UsersCache

Global Variables

Global Functions

Local Variables

global aconfig -> map<string,map>

All Fax machine configured user data

global gconfig -> map<string,string>

All Fax machine global settings

global modified -> boolean

Data was modified?

global users -> list

List of available users

local aconfig_init -> map<string,map>

All configurations read at the start

local conf_file -> string

config file location

local need_pkgs -> list<string>

needed packages

global Read () -> boolean

Read config settings

Return value:
true if success
global Write () -> boolean

Write fax settings and apply changes

Return value:
true if success