105. Irda

Irda settings, input and output functions

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

105.2. Global Functions

105.2.1. Read

Read all irda settings

Return value

  • boolean - true on success

105.2.2. ReadSysconfig

Read irda settings from /etc/sysconfig/irda

Return value

  • boolean - true when file exists

105.2.3. Write

Write all irda settings

Return value

  • boolean - true on success

105.3. Global Variables

105.3.1. link_pilot

If link to /ev/pilot should be created

105.3.2. max_baud_rate

Maximum baud rate for the IrDA serial port

105.3.3. modified

Data was modified?

105.3.4. port

serial port used for irda

105.3.5. start

Should irda be started?

105.4. Module Requirements

105.4.1. Module Imports

  • FileUtils
  • Progress
  • Service

105.4.2. Module Includes