90. Irda

Irda settings, input and output functions

90.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?

90.2. Global Functions

90.2.1. Read

Read all irda settings

Return value

  • boolean - true on success

90.2.2. ReadSysconfig

Read irda settings from /etc/sysconfig/irda

Return value

  • boolean - true when file exists

90.2.3. Write

Write all irda settings

Return value

  • boolean - true on success

90.3. Global Variables

90.3.1. link_pilot

If link to /ev/pilot should be created

90.3.2. max_baud_rate

Maximum baud rate for the IrDA serial port

90.3.3. modified

Data was modified?

90.3.4. port

serial port used for irda

90.3.5. start

Should irda be started?

90.4. Module Requirements

90.4.1. Module Imports

  • FileUtils
  • Progress
  • Service

90.4.2. Module Includes