yast2-hardware-detection
|
An interface class between YaST2 and HardwareDetection Agent. More...
#include <HardwareDetectionAgent.h>
Public Member Functions | |
HardwareDetectionAgent () | |
virtual | ~HardwareDetectionAgent () |
virtual YCPValue | Read (const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull()) |
virtual YCPBoolean | Write (const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull()) |
virtual YCPValue | Execute (const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull()) |
virtual YCPList | Dir (const YCPPath &path) |
virtual YCPValue | otherCommand (const YCPTerm &term) |
An interface class between YaST2 and HardwareDetection Agent.
HardwareDetectionAgent::HardwareDetectionAgent | ( | ) |
Agent private variables Default constructor.
Constructor
|
virtual |
Destructor.
Destructor
|
virtual |
Provides SCR Dir ().
Dir
|
virtual |
Provides SCR Execute ().
Execute
|
virtual |
Used for mounting the agent.
otherCommand
|
virtual |
Provides SCR Read ().
path | Path that should be read. |
arg | Additional parameter. |
Read
|
virtual |
Provides SCR Write ().
Write