echo_daemon


Description:

[ Version ( since = "1.0.69" ) ]
public string echo_daemon (string[] words) throws Error

echo arguments back to the client

This command concatenates the list of words passed with single spaces between them and returns the resulting string.

You can use this command to test the connection through to the daemon.

See also ping_daemon.

Parameters:

this

A GuestfsSession object

words

an array of strings

Returns:

the returned string, or NULL on error