#include <TftpAgent.h>
Inheritance diagram for TftpAgent:
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) |
|
Default constructor. |
|
Destructor. |
|
Provides SCR Write (). Implements SCRAgent. |
|
Provides SCR Execute (). Reimplemented from SCRAgent. |
|
Used for mounting the agent. Reimplemented from SCRAgent. |
|
Provides SCR Read ().
Implements SCRAgent. |
|
Provides SCR Write (). Implements SCRAgent. |