99. HwStatus

All hardware status relevant functions are here

99.1. Authors

  • Klaus Kaempf (kkaempf@suse.de)

99.2. Summary of Module Globals

List of Global Functions

  • Get - Get() get status for device

  • Save - Save() save stati for all devices

  • Set - Set set status for a hardware device

  • Update - Update() set stati for all devices

List of Global Variables

    99.3. Global Functions

    99.3.1. Get

    Get() get status for device

    Function parameters

    • string id

    Return value

    • symbol - status of device, (`yes or `no) returns `unknown if status wasn't set before

    99.3.2. Save

    Save() save stati for all devices

    Return value

    • void

    99.3.3. Set

    Set set status for a hardware device

    Function parameters

    • string id

    • symbol stat

    Return value

    • void

    99.3.4. Update

    Update() set stati for all devices

    Return value

    • void

    99.4. Global Variables

    99.5. Module Requirements

    none