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.
Agent private variables Default constructor.
Constructor
HardwareDetectionAgent::~HardwareDetectionAgent | ( | ) | [virtual] |
Destructor.
Destructor
YCPList HardwareDetectionAgent::Dir | ( | const YCPPath & | path | ) | [virtual] |
Provides SCR Dir ().
Dir
YCPValue HardwareDetectionAgent::Execute | ( | const YCPPath & | path, |
const YCPValue & | value = YCPNull() , |
||
const YCPValue & | arg = YCPNull() |
||
) | [virtual] |
Provides SCR Execute ().
Execute
YCPValue HardwareDetectionAgent::otherCommand | ( | const YCPTerm & | term | ) | [virtual] |
Used for mounting the agent.
otherCommand
YCPValue HardwareDetectionAgent::Read | ( | const YCPPath & | path, |
const YCPValue & | arg = YCPNull() , |
||
const YCPValue & | opt = YCPNull() |
||
) | [virtual] |
Provides SCR Read ().
path | Path that should be read. |
arg | Additional parameter. |
Read
YCPBoolean HardwareDetectionAgent::Write | ( | const YCPPath & | path, |
const YCPValue & | value, | ||
const YCPValue & | arg = YCPNull() |
||
) | [virtual] |
Provides SCR Write ().
Write