99. Irda

Irda settings, input and output functions

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

99.2. Global Functions

99.2.1. Read

Read all irda settings

Return value

  • boolean - true on success

99.2.2. ReadSysconfig

Read irda settings from /etc/sysconfig/irda

Return value

  • boolean - true when file exists

99.2.3. Write

Write all irda settings

Return value

  • boolean - true on success

99.3. Global Variables

99.3.1. link_pilot

If link to /ev/pilot should be created

99.3.2. max_baud_rate

Maximum baud rate for the IrDA serial port

99.3.3. modified

Data was modified?

99.3.4. port

serial port used for irda

99.3.5. start

Should irda be started?

99.4. Module Requirements

99.4.1. Module Imports

  • FileUtils
  • Progress
  • Service

99.4.2. Module Includes