87. Irda

Irda settings, input and output functions

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

87.2. Global Functions

87.2.1. Read

Read all irda settings

Return value

  • boolean - true on success

87.2.2. ReadSysconfig

Read irda settings from /etc/sysconfig/irda

Return value

  • boolean - true when file exists

87.2.3. Write

Write all irda settings

Return value

  • boolean - true on success

87.3. Global Variables

87.3.1. link_pilot

If link to /ev/pilot should be created

87.3.2. max_baud_rate

Maximum baud rate for the IrDA serial port

87.3.3. modified

Data was modified?

87.3.4. port

serial port used for irda

87.3.5. start

Should irda be started?

87.4. Module Requirements

87.4.1. Module Imports

  • FileUtils
  • Progress
  • Service

87.4.2. Module Includes