YaST2 Developers Documentation: Configuration of irda

Configuration of irda

modules/Irda.ycp
Irda settings, input and output functions

This module has an unstable interface.

Representation of the IrDA configuration. Input and output routines.

Imports

  • FileUtils
  • Progress
  • Service

Global Variables

Global Functions

global modified -> boolean

Data was modified?

global start -> boolean

Should irda be started?

global port -> string

serial port used for irda

global max_baud_rate -> string

Maximum baud rate for the IrDA serial port

global link_pilot -> boolean

If link to /ev/pilot should be created

global ReadSysconfig () -> boolean

Read irda settings from /etc/sysconfig/irda

Return value:
true when file exists
global Read () -> boolean

Read all irda settings

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

Write all irda settings

Return value:
true on success