yast2-transfer
Public Member Functions
TftpAgent Class Reference

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

#include <TftpAgent.h>

List of all members.

Public Member Functions

 TftpAgent ()
virtual ~TftpAgent ()
virtual YCPValue Read (const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull())
virtual YCPValue Execute (const YCPPath &path, const YCPValue &value, const YCPValue &arg)
virtual YCPBoolean Write (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 Tftp Agent.


Constructor & Destructor Documentation

Agent private variables Default constructor.

Constructor

TftpAgent::~TftpAgent ( ) [virtual]

Destructor.

Destructor


Member Function Documentation

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

Provides SCR Write ().

Dir

YCPValue TftpAgent::Execute ( const YCPPath &  path,
const YCPValue &  value,
const YCPValue &  arg 
) [virtual]

Provides SCR Execute ().

Execute

References dotftp().

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

Used for mounting the agent.

otherCommand

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

Provides SCR Read ().

Parameters:
pathPath that should be read.
argAdditional parameter.

Read

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

Provides SCR Write ().

Write


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

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