92. Irda

Irda settings, input and output functions

92.1. Summary of Module Globals

List of Global Functions

  • Read - Read all irda settings

  • ReadSysconfig - Read irda settings from /etc/sysconfig/irda

  • Write - Write all irda settings

List of Global Variables

  • link_pilot - If link to /ev/pilot should be created

  • max_baud_rate - Maximum baud rate for the IrDA serial port

  • modified - Data was modified?

  • port - serial port used for irda

  • start - Should irda be started?

92.2. Global Functions

92.2.1. Read

Read all irda settings

Return value

  • boolean - true on success

92.2.2. ReadSysconfig

Read irda settings from /etc/sysconfig/irda

Return value

  • boolean - true when file exists

92.2.3. Write

Write all irda settings

Return value

  • boolean - true on success

92.3. Global Variables

92.3.1. link_pilot

If link to /ev/pilot should be created

92.3.2. max_baud_rate

Maximum baud rate for the IrDA serial port

92.3.3. modified

Data was modified?

92.3.4. port

serial port used for irda

92.3.5. start

Should irda be started?

92.4. Module Requirements

92.4.1. Module Imports

  • FileUtils
  • Progress
  • Service

92.4.2. Module Includes