yast2-slp
Public Member Functions
SlpAgent Class Reference

An interface class between YaST2 and Slp Agent. More...

#include <SlpAgent.h>

List of all members.

Public Member Functions

 SlpAgent ()
virtual ~SlpAgent ()
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, const YCPValue &arg)
virtual YCPList Dir (const YCPPath &path)
virtual YCPValue otherCommand (const YCPTerm &term)

Detailed Description

An interface class between YaST2 and Slp Agent.


Constructor & Destructor Documentation

Agent private variables Default constructor.

Constructor

SlpAgent::~SlpAgent ( ) [virtual]

Destructor.

Destructor


Member Function Documentation

YCPList SlpAgent::Dir ( const YCPPath &  path) [virtual]

Provides SCR Dir ().

Dir

YCPValue SlpAgent::Execute ( const YCPPath &  path,
const YCPValue &  value,
const YCPValue &  opt 
) [virtual]

Provides SCR Execute ().

Read

References check_error_state(), and MySLPRegReport().

YCPValue SlpAgent::otherCommand ( const YCPTerm &  term) [virtual]

Used for mounting the agent.

otherCommand

YCPValue SlpAgent::Read ( const YCPPath &  path,
const YCPValue &  value = YCPNull (),
const YCPValue &  arg = YCPNull() 
) [virtual]

Provides SCR Read ().

Parameters:
pathPath that should be read.
argAdditional parameter.

Execute

References getMapValue(), Result, SlpAgentFindAttrs(), SlpAgentFindSrvs(), SlpAgentFindSrvTypes(), and SlpAgentUnicastFindAttrs().

YCPBoolean SlpAgent::Write ( const YCPPath &  path,
const YCPValue &  value,
const YCPValue &  arg = YCPNull() 
) [virtual]

Provides SCR Write ().

Write


The documentation for this class was generated from the following files:

Generated on a sunny day for yast2-slp by doxygen 1.7.6.1